From 81309c857dd0dbc0a1245a16d621c490ad48cfbb Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 2 Jul 2014 17:45:55 +1000 Subject: - (djm) [regress/Makefile] fix execution of sshkey unit/fuzz test --- regress/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'regress') diff --git a/regress/Makefile b/regress/Makefile index 09ceee734..3feb7a997 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -185,5 +185,6 @@ interop: ${INTEROP_TARGETS} unit: set -e ; if test -z "${SKIP_UNIT}" ; then \ ${.OBJDIR}/unittests/sshbuf/test_sshbuf ; \ - ${.OBJDIR}/unittests/sshkey/test_sshkey ; \ + ${.OBJDIR}/unittests/sshkey/test_sshkey \ + -d ${.CURDIR}//unittests/sshkey/testdata ; \ fi -- cgit v1.2.3