diff options
author | rpj <rpj> | 2011-07-03 01:25:03 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-07-03 01:25:03 +0000 |
commit | 758deae4c0be2c7ff2fb1d0c55e6aeead86abbb7 (patch) | |
tree | 06410e3a72a109fc598a8a816db56987315736a4 /tests/GNUmakefile | |
parent | aac54e89d7945f3f4557067b1d4a1cd8853d369f (diff) |
Remove a test
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r-- | tests/GNUmakefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile index e773433..1744255 100644 --- a/tests/GNUmakefile +++ b/tests/GNUmakefile @@ -117,7 +117,7 @@ TESTS = \ priority1 priority2 inherit1 \ spin1 spin2 spin3 spin4 \ exception1 exception2 exception3 \ - cancel9 create3 stress1 + cancel9 stress1 STRESSTESTS = \ stress1 @@ -156,7 +156,7 @@ STATICTESTS = \ priority1 priority2 inherit1 \ spin1 spin2 spin3 spin4 \ exception1 exception2 exception3 \ - cancel9 create3 stress1 + cancel9 stress1 ALLTESTS = $(TESTS) $(BENCHTESTS) @@ -283,7 +283,6 @@ 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 detach1.pass: join0.pass |