mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
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:
parent
5d002f4988
commit
04472b28bf
3 changed files with 7 additions and 6 deletions
|
@ -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():
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue