don't make failing tests
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 21 Jan 2003 20:26:06 +0000 (20:26 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 21 Jan 2003 20:26:06 +0000 (20:26 +0000)
Original commit message from CVS:
don't make failing tests

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

index 8c6211e..c4dd805 100644 (file)
@@ -9,7 +9,7 @@ GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
 
 TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`test-registry.xml
 
-TESTS = $(tests_failing) $(tests_working)
+TESTS = $(tests_working)
 
 check_PROGRAMS = $(tests_failing) $(tests_working)
 
index 8c6211e..c4dd805 100644 (file)
@@ -9,7 +9,7 @@ GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
 
 TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`test-registry.xml
 
-TESTS = $(tests_failing) $(tests_working)
+TESTS = $(tests_working)
 
 check_PROGRAMS = $(tests_failing) $(tests_working)