mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
b48a02d635
Original commit message from CVS: Added a testsuite for pipeline cleanup etc..
9 lines
221 B
Makefile
9 lines
221 B
Makefile
testprogs = cleanup1
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
cleanup1_LDADD = $(GST_LIBS)
|
|
cleanup1_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS) $(GLIB_CFLAGS)
|