gstreamer/tests/old/testsuite/threads/Makefile.am
Thomas Vander Stichele 852761c9dc threadc still fails
Original commit message from CVS:
threadc still fails
2002-11-14 21:20:47 +00:00

23 lines
497 B
Makefile

testprogs = thread1 thread2 thread3 thread4 thread5 threadb
testsfailing = threadc
TESTS = $(testprogs)
check_PROGRAMS = $(testprogs)
noinst_PROGRAMS = $(testsfailing)
LDADD = $(GST_LIBS)
CFLAGS = $(GST_CFLAGS)
thread1_SOURCES = thread.c
thread1_CFLAGS = -DTESTNUM=1
thread2_SOURCES = thread.c
thread2_CFLAGS = -DTESTNUM=2
thread3_SOURCES = thread.c
thread3_CFLAGS = -DTESTNUM=3
thread4_SOURCES = thread.c
thread4_CFLAGS = -DTESTNUM=4
thread5_SOURCES = thread.c
thread5_CFLAGS = -DTESTNUM=5