mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-13 20:06:35 +00:00
05a7d639e0
Original commit message from CVS: Added a testsuite for refcounting.
14 lines
258 B
Makefile
14 lines
258 B
Makefile
SUBDIRS =
|
|
|
|
testprogs = object element
|
|
|
|
object_SOURCES = object.c mem.c
|
|
element_SOURCES = element.c mem.c
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS += $(GST_LIBS)
|
|
CFLAGS += $(GST_CFLAGS)
|