don't run user tests on auto test suite
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 4 Feb 2004 19:59:53 +0000 (19:59 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 4 Feb 2004 19:59:53 +0000 (19:59 +0000)
Original commit message from CVS:
don't run user tests on auto test suite

ChangeLog
tests/old/testsuite/alsa/Makefile.am
testsuite/alsa/Makefile.am

index 87e3159..78705cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * testsuite/alsa/Makefile.am:
+          these are user test apps, not automatic testsuite tests
+
 2004-02-04  David Schleef  <ds@schleef.org>
 
        Convert GST_DEBUG_CAPS() to GST_DEBUG():
index 6e3b787..75d82e4 100644 (file)
@@ -1,8 +1,6 @@
 testprogs = formats state
 
-TESTS = $(testprogs)
-
-check_PROGRAMS = $(testprogs)
+noinst_PROGRAMS = $(testprogs)
 
 formats_SOURCES = formats.c sinesrc.c sinesrc.h
 state_SOURCES = state.c sinesrc.c sinesrc.h
index 6e3b787..75d82e4 100644 (file)
@@ -1,8 +1,6 @@
 testprogs = formats state
 
-TESTS = $(testprogs)
-
-check_PROGRAMS = $(testprogs)
+noinst_PROGRAMS = $(testprogs)
 
 formats_SOURCES = formats.c sinesrc.c sinesrc.h
 state_SOURCES = state.c sinesrc.c sinesrc.h