be less verbose when running --register, and cal it with the proper --gst-plugin...
authorAndy Wingo <wingo@pobox.com>
Sat, 16 Feb 2002 18:10:34 +0000 (18:10 +0000)
committerAndy Wingo <wingo@pobox.com>
Sat, 16 Feb 2002 18:10:34 +0000 (18:10 +0000)
Original commit message from CVS:
be less verbose when running --register, and cal it with the proper --gst-plugin-path

tests/old/Makefile.am
testsuite/Makefile.am

index 6afed10..3a154e5 100644 (file)
@@ -1,8 +1,11 @@
 SUBDIRS=
 DIST_SUBDIRS=
 
+GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
+
 $(TESTS):
-       $(GST_TOOLS_DIR)/gst-register --gst-plugin-path=$(top_builddir)
+       @echo -e '\nrunning gst-register...\n'
+       $(GST_TOOLS_DIR)/gst-register --gst-mask=0 --gst-plugin-path=$(GST_PLUGIN_PATH)
 
 TESTS=$(GST_TOOLS_DIR)/gst-compprep
 
index 6afed10..3a154e5 100644 (file)
@@ -1,8 +1,11 @@
 SUBDIRS=
 DIST_SUBDIRS=
 
+GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
+
 $(TESTS):
-       $(GST_TOOLS_DIR)/gst-register --gst-plugin-path=$(top_builddir)
+       @echo -e '\nrunning gst-register...\n'
+       $(GST_TOOLS_DIR)/gst-register --gst-mask=0 --gst-plugin-path=$(GST_PLUGIN_PATH)
 
 TESTS=$(GST_TOOLS_DIR)/gst-compprep