diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/Makefile | 4 | ||||
-rw-r--r-- | regress/unittests/hostkeys/test_iterate.c | 2 |
2 files changed, 4 insertions, 2 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 |
diff --git a/regress/unittests/hostkeys/test_iterate.c b/regress/unittests/hostkeys/test_iterate.c index 92d3a8345..c681f19f3 100644 --- a/regress/unittests/hostkeys/test_iterate.c +++ b/regress/unittests/hostkeys/test_iterate.c | |||
@@ -12,7 +12,7 @@ | |||
12 | #include <stdlib.h> | 12 | #include <stdlib.h> |
13 | #include <string.h> | 13 | #include <string.h> |
14 | 14 | ||
15 | #include "test_helper.h" | 15 | #include "../test_helper/test_helper.h" |
16 | 16 | ||
17 | #include "sshkey.h" | 17 | #include "sshkey.h" |
18 | #include "authfile.h" | 18 | #include "authfile.h" |