don't make failing tests

Original commit message from CVS:
don't make failing tests
This commit is contained in:
Thomas Vander Stichele 2003-01-21 20:26:06 +00:00
parent 69be241342
commit f7334fc9d2
2 changed files with 2 additions and 2 deletions

View 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)

View 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)