identify failing tests
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 1 Jul 2002 09:57:10 +0000 (09:57 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 1 Jul 2002 09:57:10 +0000 (09:57 +0000)
Original commit message from CVS:
identify failing tests

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

index 8198646..9a2bac9 100644 (file)
@@ -1,4 +1,10 @@
-testprogs = cleanup1 cleanup2 cleanup3 cleanup4 cleanup5
+if BUILD_FAILING_TESTS
+FAILING = cleanup3 cleanup4
+else
+FAILING =
+endif
+
+testprogs = cleanup1 cleanup2 $(FAILING) cleanup5
 
 GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
 TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml
index 8198646..9a2bac9 100644 (file)
@@ -1,4 +1,10 @@
-testprogs = cleanup1 cleanup2 cleanup3 cleanup4 cleanup5
+if BUILD_FAILING_TESTS
+FAILING = cleanup3 cleanup4
+else
+FAILING =
+endif
+
+testprogs = cleanup1 cleanup2 $(FAILING) cleanup5
 
 GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
 TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml