2003-10-15 01:25:41 +00:00
|
|
|
include ../Rules
|
2003-05-18 22:59:51 +00:00
|
|
|
|
2004-11-26 18:29:06 +00:00
|
|
|
tests_pass = thread1 thread2 thread3 thread4 thread5 threade threadf
|
|
|
|
tests_fail = 159566
|
|
|
|
|
2004-09-08 23:37:07 +00:00
|
|
|
# threadh
|
2004-04-15 04:54:53 +00:00
|
|
|
|
2004-09-09 19:09:49 +00:00
|
|
|
tests_ignore = queue threadb threadc threadd staticrec threadg
|
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)
|