fix
[platform/upstream/gstreamer.git] / tests / old / testsuite / refcounting / Makefile.am
1 if BUILD_FAILING_TESTS
2 tests_failing = element bin element_pad pad
3 else
4 tests_failing =
5 endif
6 tests_working = mainloop
7
8 element_SOURCES = element.c mem.c
9 pad_SOURCES = pad.c mem.c
10
11 element_pad_SOURCES = element_pad.c mem.c
12 bin_SOURCES = bin.c mem.c
13
14 GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
15 TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml
16
17 TESTS = $(tests_working)
18
19 check_PROGRAMS = $(TESTS)
20 noinst_PROGRAMS = $(tests_failing)
21
22 EXTRA_DIST = thread.c object.c
23
24 noinst_HEADERS = mem.h
25
26 # we have nothing but apps here, we can do this safely
27 LIBS = $(GST_LIBS)
28 AM_CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
29