diff options
author | rpj <rpj> | 2002-03-02 05:00:44 +0000 |
---|---|---|
committer | rpj <rpj> | 2002-03-02 05:00:44 +0000 |
commit | d14156f2c1d4a9db64cfef0370883db8930e3a6b (patch) | |
tree | 6bf37a058dd96f906c6422e48f23710ef532bc4e /tests/GNUmakefile | |
parent | 44c245b3ed9e82cc44a5ade4a941c99f63174021 (diff) |
Changes to documentation and makefiles.
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r-- | tests/GNUmakefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile index 9a0902e..cdae2d9 100644 --- a/tests/GNUmakefile +++ b/tests/GNUmakefile @@ -83,8 +83,7 @@ TESTS = loadfree \ priority1 priority2 inherit1 \ spin1 spin2 spin3 spin4 \ barrier1 barrier2 barrier3 barrier4 barrier5 \ - exception1 exception2 exception3 \ - exit4 + exception1 exception2 exception3 BENCHTESTS = \ benchtest1 benchtest2 benchtest3 benchtest4 benchtest5 @@ -177,7 +176,6 @@ exception3.pass: exception2.pass exit1.pass: exit2.pass: create1.pass exit3.pass: create1.pass -exit4.pass: exit3.pass eyal1.pass: tsd1.pass inherit1.pass: join1.pass join0.pass: create1.pass |