diff options
| author | rpj <rpj> | 2002-06-03 09:19:57 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 2002-06-03 09:19:57 +0000 | 
| commit | b2bca276f0fdb43e7ba4aa6baefe835d23820164 (patch) | |
| tree | ad8f093e264f1ac41304401847e8cdbc35609b9d /tests/GNUmakefile | |
| parent | 4f0a0cc0fcbe4d63f8436a82ea186ffbe2b9e1cb (diff) | |
An attempt to get sem_getvalue working properly.
Diffstat (limited to 'tests/GNUmakefile')
| -rw-r--r-- | tests/GNUmakefile | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/tests/GNUmakefile b/tests/GNUmakefile index cdae2d9..15b77b6 100644 --- a/tests/GNUmakefile +++ b/tests/GNUmakefile @@ -65,7 +65,7 @@ COPYFILES	= $(HDR) $(LIB) $(DLL)  # stop.  TESTS	= loadfree \ -	  semaphore1 self1 mutex5 mutex1 mutex1e mutex1n mutex1r \ +	  semaphore1 semaphore2 self1 mutex5 mutex1 mutex1e mutex1n mutex1r \  	  condvar1 condvar1_1 condvar1_2 condvar2 condvar2_1 exit1 create1 equal1 \  	  exit2 exit3 \  	  join0 join1 join2 \ @@ -221,6 +221,7 @@ rwlock6_t2.pass: rwlock6_t.pass  self1.pass:  self2.pass: create1.pass  semaphore1.pass: +semaphore2.pass:  spin1.pass:  spin2.pass: spin1.pass  spin3.pass: spin2.pass | 
