From f7334fc9d218816aee03a933f903497ac7cd5528 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 21 Jan 2003 20:26:06 +0000 Subject: [PATCH] don't make failing tests Original commit message from CVS: don't make failing tests --- tests/old/testsuite/elements/Makefile.am | 2 +- testsuite/elements/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/old/testsuite/elements/Makefile.am b/tests/old/testsuite/elements/Makefile.am index 8c6211e57f..c4dd8052fe 100644 --- a/tests/old/testsuite/elements/Makefile.am +++ b/tests/old/testsuite/elements/Makefile.am @@ -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) diff --git a/testsuite/elements/Makefile.am b/testsuite/elements/Makefile.am index 8c6211e57f..c4dd8052fe 100644 --- a/testsuite/elements/Makefile.am +++ b/testsuite/elements/Makefile.am @@ -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)