summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-03-01 17:27:49 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-03-01 17:27:49 +0000
commitd98fd46ba57d2e1347d8855c77566925ead9eda7 (patch)
tree2759b6bd5f59a06680777d0bc2249270013b361c
parenta283b4bfdd168236f2c466f314edb5ab744ac5a0 (diff)
downloadgstreamer-plugins-base-d98fd46ba57d2e1347d8855c77566925ead9eda7.tar.gz
first get these tests to work
Original commit message from CVS: first get these tests to work
-rw-r--r--tests/old/Makefile.am6
-rw-r--r--testsuite/Makefile.am6
2 files changed, 6 insertions, 6 deletions
diff --git a/tests/old/Makefile.am b/tests/old/Makefile.am
index 5d26f1b22..c5fa006bf 100644
--- a/tests/old/Makefile.am
+++ b/tests/old/Makefile.am
@@ -1,11 +1,11 @@
-SUBDIRS=autoplug
-DIST_SUBDIRS=autoplug
+SUBDIRS=##autoplug
+DIST_SUBDIRS=##autoplug
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
$(TESTS):
@echo -e '\nrunning gst-register...\n'
- $(GST_TOOLS_DIR)/gst-register --gst-mask=0 --gst-plugin-path=$(GST_PLUGIN_PATH)
+ $(GST_TOOLS_DIR)/gst-register --gst-plugin-path=$(GST_PLUGIN_PATH)
TESTS=$(GST_TOOLS_DIR)/gst-compprep
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 5d26f1b22..c5fa006bf 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -1,11 +1,11 @@
-SUBDIRS=autoplug
-DIST_SUBDIRS=autoplug
+SUBDIRS=##autoplug
+DIST_SUBDIRS=##autoplug
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
$(TESTS):
@echo -e '\nrunning gst-register...\n'
- $(GST_TOOLS_DIR)/gst-register --gst-mask=0 --gst-plugin-path=$(GST_PLUGIN_PATH)
+ $(GST_TOOLS_DIR)/gst-register --gst-plugin-path=$(GST_PLUGIN_PATH)
TESTS=$(GST_TOOLS_DIR)/gst-compprep