summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2017-03-14 14:19:36 +1100
committerDarren Tucker <dtucker@zip.com.au>2017-03-14 14:19:36 +1100
commitb1b22dd0df2668b322dda174e501dccba2cf5c44 (patch)
tree3a72816f92eb26deb35a882424c471980c238b42 /regress
parentf57783f1ddfb4cdfbd612c6beb5ec01cb5b9a6b9 (diff)
Plumb conversion test into makefile.
Diffstat (limited to 'regress')
-rw-r--r--regress/Makefile1
-rw-r--r--regress/unittests/conversion/tests.c2
2 files changed, 2 insertions, 1 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 ; \
diff --git a/regress/unittests/conversion/tests.c b/regress/unittests/conversion/tests.c
index ebd7bde00..eaa96bb25 100644
--- a/regress/unittests/conversion/tests.c
+++ b/regress/unittests/conversion/tests.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 "misc.h" 17#include "misc.h"
18 18