summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
diff options
context:
space:
mode:
authorrpj <rpj>2004-09-13 04:32:16 +0000
committerrpj <rpj>2004-09-13 04:32:16 +0000
commit531ca4db4794aab863a898b4d079ccd59b424b25 (patch)
tree0fb6d71aef115a8a01cd0252363f369517deed3c /tests/GNUmakefile
parent4b0d69122798d07ac700941d3b649f1653750ce2 (diff)
Clarify behaviour and remove some redundant code - see ChangeLogs
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r--tests/GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
index 323f24b..04f9943 100644
--- a/tests/GNUmakefile
+++ b/tests/GNUmakefile
@@ -94,7 +94,7 @@ TESTS = sizes loadfree \
spin1 spin2 spin3 spin4 \
barrier1 barrier2 barrier3 barrier4 barrier5 \
exception1 exception2 exception3 \
- cancel9
+ cancel9 create3
BENCHTESTS = \
benchtest1 benchtest2 benchtest3 benchtest4 benchtest5
@@ -180,6 +180,7 @@ context1.pass: cancel2.pass
count1.pass: join1.pass
create1.pass: mutex2.pass
create2.pass: create1.pass
+create3.pass:
delay1.pass: cancel2.pass
delay2.pass: delay1.pass
equal1.pass: create1.pass