diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ChangeLog | 2 | ||||
-rw-r--r-- | tests/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index ae8015a..aef418f 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,7 @@ Sun Mar 7 10:41:52 1999 Ross Johnson <rpj@ixobrychus.canberra.edu.au> + * Makefile (condvar3, condvar4): Add tests. + * condvar4.c (General): Reduce to simple test case; prerequisite is condvar3.c; add description. diff --git a/tests/Makefile b/tests/Makefile index 12e9954..14228b7 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -35,7 +35,7 @@ DLL = pthread.dll TESTS = count1 create1 equal1 exit1 exit2 exit3 \ join1 eyal1 mutex1 mutex2 mutex3 \ - once1 self1 self2 condvar1 condvar2 tsd1 + once1 self1 self2 condvar1 condvar2 condvar3 condvar4 tsd1 PASSES = $(TESTS:%=%.pass) |