summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
diff options
context:
space:
mode:
authorrpj <rpj>2004-10-19 13:24:40 +0000
committerrpj <rpj>2004-10-19 13:24:40 +0000
commit8c8bcc5d1737002a9d153105c16b262d2e201efa (patch)
treeba43c6049cc7e361a3eb875015aeb4032c01c559 /tests/GNUmakefile
parent45b1b8cb2a6588f9316f780d8cefe11c181a9a17 (diff)
Semaphore speedups - alpha, but passes testsuite
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r--tests/GNUmakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
index 0979fda..aecd718 100644
--- a/tests/GNUmakefile
+++ b/tests/GNUmakefile
@@ -70,7 +70,8 @@ COPYFILES = $(HDR) $(LIB) $(DLL) $(QAPC)
# stop.
TESTS = sizes loadfree \
- self1 mutex5 mutex1 mutex1e mutex1n mutex1r semaphore1 semaphore2 \
+ self1 mutex5 mutex1 mutex1e mutex1n mutex1r \
+ semaphore1 semaphore2 semaphore3 \
condvar1 condvar1_1 condvar1_2 condvar2 condvar2_1 exit1 \
create1 create2 reuse1 reuse2 equal1 \
kill1 valid1 valid2 \
@@ -251,6 +252,7 @@ self1.pass:
self2.pass: create1.pass
semaphore1.pass:
semaphore2.pass:
+semaphore3.pass: semaphore2.pass
sizes.pass:
spin1.pass:
spin2.pass: spin1.pass