mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
bb22738d21
Original commit message from CVS: disable the tests that still fail on SMP
18 lines
521 B
Makefile
18 lines
521 B
Makefile
include ../Rules
|
|
|
|
tests_pass = thread1 thread2 thread3 thread4 thread5 threade threadf
|
|
tests_fail =
|
|
# threadh
|
|
|
|
tests_ignore = queue threadb threadc threadd staticrec threadg
|
|
|
|
thread1_SOURCES = thread.c
|
|
thread1_CFLAGS = -DTESTNUM=1 $(AM_CFLAGS)
|
|
thread2_SOURCES = thread.c
|
|
thread2_CFLAGS = -DTESTNUM=2 $(AM_CFLAGS)
|
|
thread3_SOURCES = thread.c
|
|
thread3_CFLAGS = -DTESTNUM=3 $(AM_CFLAGS)
|
|
thread4_SOURCES = thread.c
|
|
thread4_CFLAGS = -DTESTNUM=4 $(AM_CFLAGS)
|
|
thread5_SOURCES = thread.c
|
|
thread5_CFLAGS = -DTESTNUM=5 $(AM_CFLAGS)
|