diff options
Diffstat (limited to 'regress/Makefile')
-rw-r--r-- | regress/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/Makefile b/regress/Makefile index c2dba4fdf..b23496b98 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -222,6 +222,7 @@ unit: | |||
222 | $$V ${.OBJDIR}/unittests/sshkey/test_sshkey \ | 222 | $$V ${.OBJDIR}/unittests/sshkey/test_sshkey \ |
223 | -d ${.CURDIR}/unittests/sshkey/testdata ; \ | 223 | -d ${.CURDIR}/unittests/sshkey/testdata ; \ |
224 | $$V ${.OBJDIR}/unittests/bitmap/test_bitmap ; \ | 224 | $$V ${.OBJDIR}/unittests/bitmap/test_bitmap ; \ |
225 | $$V ${.OBJDIR}/unittests/conversion/test_conversion ; \ | ||
225 | $$V ${.OBJDIR}/unittests/kex/test_kex ; \ | 226 | $$V ${.OBJDIR}/unittests/kex/test_kex ; \ |
226 | $$V ${.OBJDIR}/unittests/hostkeys/test_hostkeys \ | 227 | $$V ${.OBJDIR}/unittests/hostkeys/test_hostkeys \ |
227 | -d ${.CURDIR}/unittests/hostkeys/testdata ; \ | 228 | -d ${.CURDIR}/unittests/hostkeys/testdata ; \ |