mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
sigh
Original commit message from CVS: sigh
This commit is contained in:
parent
f41fbc0ed5
commit
92d5bcedfa
2 changed files with 6 additions and 8 deletions
|
@ -7,9 +7,7 @@ TESTS_ENVIRONMENT=\
|
|||
|
||||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
check_PROGRAMS = \
|
||||
$(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ \
|
||||
$(tests_pass) $(tests_fail)
|
||||
check_PROGRAMS = $(tests_pass) $(tests_fail)
|
||||
|
||||
# make all tests depend on the versioned gst-register
|
||||
$(tests_pass) $(tests_fail): $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@
|
||||
|
@ -19,7 +17,8 @@ $(tests_pass) $(tests_fail): $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@
|
|||
$(top_builddir)/tools/gst-register-@GST_MAJORMINOR@$(EXEEXT):
|
||||
cd $(top_builddir)/tools && make
|
||||
|
||||
TESTS = $(tests_pass) $(tests_fail)
|
||||
TESTS = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ \
|
||||
$(tests_pass) $(tests_fail)
|
||||
XFAIL_TESTS = $(tests_fail)
|
||||
|
||||
AM_CFLAGS = $(GST_CFLAGS)
|
||||
|
|
|
@ -7,9 +7,7 @@ TESTS_ENVIRONMENT=\
|
|||
|
||||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
check_PROGRAMS = \
|
||||
$(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ \
|
||||
$(tests_pass) $(tests_fail)
|
||||
check_PROGRAMS = $(tests_pass) $(tests_fail)
|
||||
|
||||
# make all tests depend on the versioned gst-register
|
||||
$(tests_pass) $(tests_fail): $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@
|
||||
|
@ -19,7 +17,8 @@ $(tests_pass) $(tests_fail): $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@
|
|||
$(top_builddir)/tools/gst-register-@GST_MAJORMINOR@$(EXEEXT):
|
||||
cd $(top_builddir)/tools && make
|
||||
|
||||
TESTS = $(tests_pass) $(tests_fail)
|
||||
TESTS = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ \
|
||||
$(tests_pass) $(tests_fail)
|
||||
XFAIL_TESTS = $(tests_fail)
|
||||
|
||||
AM_CFLAGS = $(GST_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue