source: trunk/third/gstreamer/testsuite/threads/Makefile.am @ 21448

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 
1include ../Rules
2
3tests_pass = thread1 thread2 thread3 thread4 thread5 threade threadf signal1 159852 threadg threadi-123775
4tests_fail = 159566 signal2 signal3
5
6# threadh
7
8tests_ignore = queue threadb threadc threadd staticrec threadi-nfy1 threadi-nfy2
9
10thread1_SOURCES = thread.c
11thread1_CFLAGS = -DTESTNUM=1 $(AM_CFLAGS)
12thread2_SOURCES = thread.c
13thread2_CFLAGS = -DTESTNUM=2 $(AM_CFLAGS)
14thread3_SOURCES = thread.c
15thread3_CFLAGS = -DTESTNUM=3 $(AM_CFLAGS)
16thread4_SOURCES = thread.c
17thread4_CFLAGS = -DTESTNUM=4 $(AM_CFLAGS)
18thread5_SOURCES = thread.c
19thread5_CFLAGS = -DTESTNUM=5 $(AM_CFLAGS)
20
21signal1_SOURCES = signals.c
22signal1_CFLAGS = -DTESTNUM=1 $(AM_CFLAGS)
23signal2_SOURCES = signals.c
24signal2_CFLAGS = -DTESTNUM=2 $(AM_CFLAGS)
25signal3_SOURCES = signals.c
26signal3_CFLAGS = -DTESTNUM=3 $(AM_CFLAGS)
27
28threadi_123775_SOURCES = threadi.c
29threadi_123775_CFLAGS = -DTESTNUM=123775 $(AM_CFLAGS)
30threadi_nfy1_SOURCES = threadi.c
31threadi_nfy1_CFLAGS = -DTESTNUM=999998 $(AM_CFLAGS)
32threadi_nfy2_SOURCES = threadi.c
33threadi_nfy2_CFLAGS = -DTESTNUM=999999 $(AM_CFLAGS)
Note: See TracBrowser for help on using the repository browser.