mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
04472b28bf
Original commit message from CVS: don't run user tests on auto test suite
12 lines
280 B
Makefile
12 lines
280 B
Makefile
testprogs = formats state
|
|
|
|
noinst_PROGRAMS = $(testprogs)
|
|
|
|
formats_SOURCES = formats.c sinesrc.c sinesrc.h
|
|
state_SOURCES = state.c sinesrc.c sinesrc.h
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS = $(GST_LIBS)
|
|
AM_CFLAGS = $(GST_CFLAGS)
|
|
|
|
noinst_HEADERS = sinesrc.h
|