summaryrefslogtreecommitdiff
path: root/regress/Makefile
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-01-20 22:58:57 +0000
committerDamien Miller <djm@mindrot.org>2015-01-27 00:03:12 +1100
commit2b3b1c1e4bd9577b6e780c255c278542ea66c098 (patch)
tree2278f8f5bd10c61796fe35dc6ce4f8f89e67ac3a /regress/Makefile
parent1d1092bff8db27080155541212b420703f8b9c92 (diff)
upstream commit
use SUBDIR to recuse into unit tests; makes "make obj" actually work
Diffstat (limited to 'regress/Makefile')
-rw-r--r--regress/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/Makefile b/regress/Makefile
index 1c02aa819..c920661ae 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.76 2015/01/18 22:00:18 djm Exp $ 1# $OpenBSD: Makefile,v 1.77 2015/01/20 22:58:57 djm Exp $
2 2
3REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec 3REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec
4tests: $(REGRESS_TARGETS) 4tests: $(REGRESS_TARGETS)
@@ -205,4 +205,6 @@ unit:
205 ${.OBJDIR}/unittests/sshbuf/test_sshbuf ; \ 205 ${.OBJDIR}/unittests/sshbuf/test_sshbuf ; \
206 ${.OBJDIR}/unittests/sshkey/test_sshkey \ 206 ${.OBJDIR}/unittests/sshkey/test_sshkey \
207 -d ${.CURDIR}//unittests/sshkey/testdata ; \ 207 -d ${.CURDIR}//unittests/sshkey/testdata ; \
208 ${.OBJDIR}/unittests/bitmap/test_bitmap ; \
209 ${.OBJDIR}/unittests/kex/test_kex ; \
208 fi 210 fi