+2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * testsuite/Rules:
+ fix gst-register rules
+ * testsuite/plugin/Makefile.am:
+ move gst-register as a test to only plugin, since it's the only
+ one needing it
+
2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
* testsuite/Rules:
check_PROGRAMS = $(tests_pass) $(tests_fail)
-TESTS = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ $(tests_pass) $(tests_fail)
+# make all tests depend on the versioned gst-register
+$(tests_pass) $(tests_fail): $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@
+
+# rebuild gst-register-@GST_MAJORMINOR@ if needed
+$(top_builddir)/tools/gst-register-@GST_MAJORMINOR@:
+ cd $(top_builddir)/tools && make
+
+TESTS = $(tests_pass) $(tests_fail)
XFAIL_TESTS = $(tests_fail)
AM_CFLAGS = $(GST_CFLAGS)
plugin_LTLIBRARIES = libtestplugin.la libtestplugin2.la
-tests_pass = dynamic linked loading registry static static2
+tests_pass = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ dynamic linked loading registry static static2
tests_fail =
check_PROGRAMS = $(tests_pass) $(tests_fail)
-TESTS = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ $(tests_pass) $(tests_fail)
+# make all tests depend on the versioned gst-register
+$(tests_pass) $(tests_fail): $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@
+
+# rebuild gst-register-@GST_MAJORMINOR@ if needed
+$(top_builddir)/tools/gst-register-@GST_MAJORMINOR@:
+ cd $(top_builddir)/tools && make
+
+TESTS = $(tests_pass) $(tests_fail)
XFAIL_TESTS = $(tests_fail)
AM_CFLAGS = $(GST_CFLAGS)
plugin_LTLIBRARIES = libtestplugin.la libtestplugin2.la
-tests_pass = dynamic linked loading registry static static2
+tests_pass = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ dynamic linked loading registry static static2
tests_fail =