2003-10-15 01:25:41 +00:00
|
|
|
include ../Rules
|
2003-05-18 22:59:51 +00:00
|
|
|
|
2003-10-15 01:25:41 +00:00
|
|
|
tests_pass = thread1 thread2 thread3 thread4 threadf
|
2004-07-09 14:18:35 +00:00
|
|
|
tests_fail = thread5 threadd queue threadg
|
2004-04-15 04:54:53 +00:00
|
|
|
|
|
|
|
tests_ignore = threade threadb threadc
|
2002-09-12 11:56:08 +00:00
|
|
|
|
2003-10-03 15:21:49 +00:00
|
|
|
queue_SOURCES = queue.c
|
|
|
|
queue_CFLAGS = $(AM_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)
|