summaryrefslogtreecommitdiff
path: root/testsuite/Makefile.am
blob: 9dbfddf3dd522223282a53e0d82d8b06c609f529 (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
# FIXME : threads bytestream
SUBDIRS = caps plugin elements clock refcounting ## cleanup dynparams

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

if BUILD_FAILING_TESTS
testprogs = test_gst_init
inspectcheck = gst-inspect-check
else
testprogs =
inspectcheck = 
endif

TESTS = $(top_builddir)/tools/gst-register $(testprogs) $(inspectcheck)

check_PROGRAMS = $(testprogs)

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

DIST_SUBDIRS = bytestream caps cleanup clock dynparams elements \
		plugin refcounting threads

EXTRA_DIST = gst-inspect-check