summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-07-01 09:57:10 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-07-01 09:57:10 +0000
commit5173ab2d2c95bc9300e5ce43b740ac6f7ad4c676 (patch)
tree15ff9d83dfaa0c6da7b2a1c2ab48d2f0e4828412 /testsuite
parentcc682cae6c4a0f382aea82a38654460eafe742b0 (diff)
downloadgstreamer-5173ab2d2c95bc9300e5ce43b740ac6f7ad4c676.tar.gz
identify failing tests
Original commit message from CVS: identify failing tests
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/cleanup/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/testsuite/cleanup/Makefile.am b/testsuite/cleanup/Makefile.am
index 81986468f5..9a2bac9a7a 100644
--- a/testsuite/cleanup/Makefile.am
+++ b/testsuite/cleanup/Makefile.am
@@ -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