Revision 21448,
1.0 KB
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r21447,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | include ../Rules |
---|
2 | |
---|
3 | tests_pass = thread1 thread2 thread3 thread4 thread5 threade threadf signal1 159852 threadg threadi-123775 |
---|
4 | tests_fail = 159566 signal2 signal3 |
---|
5 | |
---|
6 | # threadh |
---|
7 | |
---|
8 | tests_ignore = queue threadb threadc threadd staticrec threadi-nfy1 threadi-nfy2 |
---|
9 | |
---|
10 | thread1_SOURCES = thread.c |
---|
11 | thread1_CFLAGS = -DTESTNUM=1 $(AM_CFLAGS) |
---|
12 | thread2_SOURCES = thread.c |
---|
13 | thread2_CFLAGS = -DTESTNUM=2 $(AM_CFLAGS) |
---|
14 | thread3_SOURCES = thread.c |
---|
15 | thread3_CFLAGS = -DTESTNUM=3 $(AM_CFLAGS) |
---|
16 | thread4_SOURCES = thread.c |
---|
17 | thread4_CFLAGS = -DTESTNUM=4 $(AM_CFLAGS) |
---|
18 | thread5_SOURCES = thread.c |
---|
19 | thread5_CFLAGS = -DTESTNUM=5 $(AM_CFLAGS) |
---|
20 | |
---|
21 | signal1_SOURCES = signals.c |
---|
22 | signal1_CFLAGS = -DTESTNUM=1 $(AM_CFLAGS) |
---|
23 | signal2_SOURCES = signals.c |
---|
24 | signal2_CFLAGS = -DTESTNUM=2 $(AM_CFLAGS) |
---|
25 | signal3_SOURCES = signals.c |
---|
26 | signal3_CFLAGS = -DTESTNUM=3 $(AM_CFLAGS) |
---|
27 | |
---|
28 | threadi_123775_SOURCES = threadi.c |
---|
29 | threadi_123775_CFLAGS = -DTESTNUM=123775 $(AM_CFLAGS) |
---|
30 | threadi_nfy1_SOURCES = threadi.c |
---|
31 | threadi_nfy1_CFLAGS = -DTESTNUM=999998 $(AM_CFLAGS) |
---|
32 | threadi_nfy2_SOURCES = threadi.c |
---|
33 | threadi_nfy2_CFLAGS = -DTESTNUM=999999 $(AM_CFLAGS) |
---|
Note: See
TracBrowser
for help on using the repository browser.