summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorrpj <rpj>1999-04-06 22:02:54 +0000
committerrpj <rpj>1999-04-06 22:02:54 +0000
commit5ad9bc631048467dba8964ab840a71990aabeae3 (patch)
treee1d0a9bb098ab9d46ed460b0343a9792e38355aa /tests/Makefile
parent5d920cbde2800a019934b7a3748c7afc070a3505 (diff)
Wed Apr 7 14:09:52 1999 Ross Johnson <rpj@swan.canberra.edu.au>snap-1999-04-07
* errno.c (_REENTRANT || _MT): Invert #if condition. * pthread.h (_errno): Conditionally include prototype.
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index a696bf9..21309e5 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -39,7 +39,7 @@ TESTS = mutex1 condvar1 condvar2 exit1 create1 equal1 \
exit2 exit3 \
join1 mutex2 mutex3 \
count1 once1 tsd1 self1 self2 eyal1 \
- condvar3 condvar4
+ condvar3 condvar4 errno1
PASSES = $(TESTS:%=%.pass)
@@ -65,6 +65,7 @@ self2.pass: create1.pass
eyal1.pass: tsd1.pass
condvar3.pass: create1.pass
condvar4.pass: create1.pass
+errno1.pass: mutex3.pass
%.pass: %.exe $(LIB) $(DLL) $(HDR)
$*