summaryrefslogtreecommitdiff
path: root/testsuite/refcounting/Makefile.am
blob: 7df3fc41a1e5739f7152592ef5819cff83668708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
if BUILD_FAILING_TESTS
tests_failing = element bin element_pad pad
else
tests_failing =
endif
tests_working = mainloop

element_SOURCES = element.c mem.c
pad_SOURCES = pad.c mem.c

element_pad_SOURCES = element_pad.c mem.c
bin_SOURCES = bin.c mem.c

GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml

TESTS = $(tests_working)

check_PROGRAMS = $(TESTS)
noinst_PROGRAMS = $(tests_failing)

EXTRA_DIST = thread.c object.c

noinst_HEADERS = mem.h

# we have nothing but apps here, we can do this safely
LIBS = $(GST_LIBS)
AM_CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)