don't run user tests on auto test suite

Original commit message from CVS:
don't run user tests on auto test suite
This commit is contained in:
Thomas Vander Stichele 2004-02-04 19:59:53 +00:00
parent 5d002f4988
commit 04472b28bf
3 changed files with 7 additions and 6 deletions

View file

@ -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():

View 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

View 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