summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
diff options
context:
space:
mode:
authorrpj <rpj>2001-02-07 13:08:54 +0000
committerrpj <rpj>2001-02-07 13:08:54 +0000
commit3c0fbfafe563b7b312d60c42c0d58a3a1f4d5930 (patch)
tree942ff52059442065ed3dd3c00d77a37ed72c6084 /tests/GNUmakefile
parent7a31ef49c345dfb39de7cd6d43eeb29c34129495 (diff)
Change the purpose of rwlock6 test and add new rwlock7 test.
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 33de3ac..007cd7f 100644
--- a/tests/GNUmakefile
+++ b/tests/GNUmakefile
@@ -36,7 +36,7 @@ TESTS = loadfree \
count1 once1 tsd1 self1 self2 cancel1 cancel2 eyal1 \
condvar3 condvar4 condvar5 condvar6 condvar7 condvar8 condvar9 \
errno1 \
- rwlock1 rwlock2 rwlock3 rwlock4 rwlock5 rwlock6 \
+ rwlock1 rwlock2 rwlock3 rwlock4 rwlock5 rwlock6 rwlock7 \
context1 cancel3 cancel4 cancel5 \
cleanup0 cleanup1 cleanup2 cleanup3 \
exception1 exception2 exception3
@@ -83,6 +83,7 @@ rwlock3.pass: rwlock2.pass
rwlock4.pass: rwlock3.pass
rwlock5.pass: rwlock4.pass
rwlock6.pass: rwlock5.pass
+rwlock7.pass: rwlock6.pass
context1.pass: cancel2.pass
cancel3.pass: context1.pass
cancel4.pass: cancel3.pass