mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 14:36:41 +00:00
ace842815e
Original commit message from CVS: adding basic tests for fakesrc fakesink and tee
9 lines
120 B
Makefile
9 lines
120 B
Makefile
testprogs = tee fake
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
LDADD = $(GST_LIBS)
|
|
CFLAGS = $(GST_CFLAGS)
|
|
|