From e89c780886b23600de1e1c8d74aabd1ff61f43f0 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 17 Feb 2015 10:04:55 +1100 Subject: hook up hostkeys unittest to portable Makefiles --- regress/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'regress/Makefile') diff --git a/regress/Makefile b/regress/Makefile index b30a7133b..a5eaa0997 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -205,7 +205,9 @@ unit: set -e ; if test -z "${SKIP_UNIT}" ; then \ ${.OBJDIR}/unittests/sshbuf/test_sshbuf ; \ ${.OBJDIR}/unittests/sshkey/test_sshkey \ - -d ${.CURDIR}//unittests/sshkey/testdata ; \ + -d ${.CURDIR}/unittests/sshkey/testdata ; \ ${.OBJDIR}/unittests/bitmap/test_bitmap ; \ ${.OBJDIR}/unittests/kex/test_kex ; \ + ${.OBJDIR}/unittests/hostkeys/test_hostkeys \ + -d ${.CURDIR}/unittests/hostkeys/testdata ; \ fi -- cgit v1.2.3