diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-21 22:22:13 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-21 22:22:13 +0000 |
commit | 64ec45f477bc889dc71fe8016a366d69214acf89 (patch) | |
tree | 9c319a41c56069b2a38f30498143fb2adecb7145 | |
parent | 32a905da8024e7e0766f8c1a32d2babd0d68e370 (diff) |
Original commit message from CVS:
fix
-rw-r--r-- | tests/old/testsuite/refcounting/Makefile.am | 1 | ||||
-rw-r--r-- | testsuite/refcounting/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/old/testsuite/refcounting/Makefile.am b/tests/old/testsuite/refcounting/Makefile.am index 286b91a05..7df3fc41a 100644 --- a/tests/old/testsuite/refcounting/Makefile.am +++ b/tests/old/testsuite/refcounting/Makefile.am @@ -17,6 +17,7 @@ TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-r TESTS = $(tests_working) check_PROGRAMS = $(TESTS) +noinst_PROGRAMS = $(tests_failing) EXTRA_DIST = thread.c object.c diff --git a/testsuite/refcounting/Makefile.am b/testsuite/refcounting/Makefile.am index 286b91a05..7df3fc41a 100644 --- a/testsuite/refcounting/Makefile.am +++ b/testsuite/refcounting/Makefile.am @@ -17,6 +17,7 @@ TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-r TESTS = $(tests_working) check_PROGRAMS = $(TESTS) +noinst_PROGRAMS = $(tests_failing) EXTRA_DIST = thread.c object.c |