2002-11-14 21:20:47 +00:00
|
|
|
testprogs = thread1 thread2 thread3 thread4 thread5 threadb
|
2002-11-18 22:54:06 +00:00
|
|
|
testsfailing = threadc threadd threade threadf
|
2001-12-05 18:39:20 +00:00
|
|
|
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
|
2002-11-13 17:06:23 +00:00
|
|
|
noinst_PROGRAMS = $(testsfailing)
|
|
|
|
|
2002-09-12 11:56:08 +00:00
|
|
|
LDADD = $(GST_LIBS)
|
2002-12-03 21:55:39 +00:00
|
|
|
AM_CFLAGS = $(GST_CFLAGS)
|
2002-09-12 11:56:08 +00:00
|
|
|
|
|
|
|
thread1_SOURCES = thread.c
|
2002-12-03 21:55:39 +00:00
|
|
|
thread1_CFLAGS = -DTESTNUM=1 $(AM_CFLAGS)
|
2002-09-12 11:56:08 +00:00
|
|
|
thread2_SOURCES = thread.c
|
2002-12-03 21:55:39 +00:00
|
|
|
thread2_CFLAGS = -DTESTNUM=2 $(AM_CFLAGS)
|
2002-09-12 11:56:08 +00:00
|
|
|
thread3_SOURCES = thread.c
|
2002-12-03 21:55:39 +00:00
|
|
|
thread3_CFLAGS = -DTESTNUM=3 $(AM_CFLAGS)
|
2002-09-12 11:56:08 +00:00
|
|
|
thread4_SOURCES = thread.c
|
2002-12-03 21:55:39 +00:00
|
|
|
thread4_CFLAGS = -DTESTNUM=4 $(AM_CFLAGS)
|
2002-09-12 11:56:08 +00:00
|
|
|
thread5_SOURCES = thread.c
|
2002-12-03 21:55:39 +00:00
|
|
|
thread5_CFLAGS = -DTESTNUM=5 $(AM_CFLAGS)
|