97112c8323f958d24c1eac3ba5d1425201a570d6
[platform/upstream/gstreamer.git] / tests / old / testsuite / threads / Makefile.am
1 TOP_BUILDDIR=$(shell cd $(top_builddir) && pwd)
2 TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(TOP_BUILDDIR) GST_REGISTRY=$(TOP_BUILDDIR)/testsuite/test-registry.xml
3
4 testprogs = thread1 thread2 thread3 thread5 threadb
5 testsfailing = threadc threadd threade threadf thread4
6
7 TESTS = $(testprogs)
8
9 check_PROGRAMS = $(testprogs)
10
11 noinst_PROGRAMS = $(testsfailing)
12
13 LDADD = $(GST_LIBS) 
14 AM_CFLAGS = $(GST_CFLAGS)
15
16 thread1_SOURCES = thread.c
17 thread1_CFLAGS = -DTESTNUM=1 $(AM_CFLAGS)
18 thread2_SOURCES = thread.c
19 thread2_CFLAGS = -DTESTNUM=2 $(AM_CFLAGS)
20 thread3_SOURCES = thread.c
21 thread3_CFLAGS = -DTESTNUM=3 $(AM_CFLAGS)
22 thread4_SOURCES = thread.c
23 thread4_CFLAGS = -DTESTNUM=4 $(AM_CFLAGS)
24 thread5_SOURCES = thread.c
25 thread5_CFLAGS = -DTESTNUM=5 $(AM_CFLAGS)