diff options
Diffstat (limited to 'regress/Makefile')
-rw-r--r-- | regress/Makefile | 4 |
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 | ||
3 | REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec | 3 | REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec |
4 | tests: $(REGRESS_TARGETS) | 4 | tests: $(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 |