summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--regress/Makefile4
-rw-r--r--regress/unittests/test_helper/Makefile5
2 files changed, 7 insertions, 2 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
diff --git a/regress/unittests/test_helper/Makefile b/regress/unittests/test_helper/Makefile
index 3e90903ef..5b3894cbf 100644
--- a/regress/unittests/test_helper/Makefile
+++ b/regress/unittests/test_helper/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.1 2014/04/30 05:32:00 djm Exp $ 1# $OpenBSD: Makefile,v 1.2 2015/01/20 22:58:57 djm Exp $
2 2
3LIB= test_helper 3LIB= test_helper
4SRCS= test_helper.c fuzz.c 4SRCS= test_helper.c fuzz.c
@@ -7,6 +7,9 @@ DEBUGLIBS= no
7NOPROFILE= yes 7NOPROFILE= yes
8NOPIC= yes 8NOPIC= yes
9 9
10# Hack to allow building with SUBDIR in ../../Makefile
11regress: all
12
10install: 13install:
11 @echo -n 14 @echo -n
12 15