summaryrefslogtreecommitdiff
path: root/regress/Makefile
diff options
context:
space:
mode:
authorDamien Miller <djm@google.com>2015-02-17 10:04:55 +1100
committerDamien Miller <djm@google.com>2015-02-17 10:04:55 +1100
commite89c780886b23600de1e1c8d74aabd1ff61f43f0 (patch)
tree556e4ffccf30a237a74197140e73addf946ba78d /regress/Makefile
parent0abf41f99aa16ff09b263bead242d6cb2dbbcf99 (diff)
hook up hostkeys unittest to portable Makefiles
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 b30a7133b..a5eaa0997 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -205,7 +205,9 @@ unit:
205 set -e ; if test -z "${SKIP_UNIT}" ; then \ 205 set -e ; if test -z "${SKIP_UNIT}" ; then \
206 ${.OBJDIR}/unittests/sshbuf/test_sshbuf ; \ 206 ${.OBJDIR}/unittests/sshbuf/test_sshbuf ; \
207 ${.OBJDIR}/unittests/sshkey/test_sshkey \ 207 ${.OBJDIR}/unittests/sshkey/test_sshkey \
208 -d ${.CURDIR}//unittests/sshkey/testdata ; \ 208 -d ${.CURDIR}/unittests/sshkey/testdata ; \
209 ${.OBJDIR}/unittests/bitmap/test_bitmap ; \ 209 ${.OBJDIR}/unittests/bitmap/test_bitmap ; \
210 ${.OBJDIR}/unittests/kex/test_kex ; \ 210 ${.OBJDIR}/unittests/kex/test_kex ; \
211 ${.OBJDIR}/unittests/hostkeys/test_hostkeys \
212 -d ${.CURDIR}/unittests/hostkeys/testdata ; \
211 fi 213 fi