mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
31be230d1f
Original commit message from CVS: hm, these tests need some work and some documenting
9 lines
210 B
Makefile
9 lines
210 B
Makefile
testprogs = autoplug ## autoplug3 ## autoplug4 # autoplug2
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS = $(GST_LIBS)
|
|
CFLAGS = $(GST_CFLAGS)
|