diff options
author | Damien Miller <djm@mindrot.org> | 2014-07-02 17:45:55 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-07-02 17:45:55 +1000 |
commit | 81309c857dd0dbc0a1245a16d621c490ad48cfbb (patch) | |
tree | 1d5bf28c6da2273bd6ca7a11abd7d0efbab1287b /regress/Makefile | |
parent | 82b2482ce68654815ee049b9bf021bb362a35ff2 (diff) |
- (djm) [regress/Makefile] fix execution of sshkey unit/fuzz test
Diffstat (limited to 'regress/Makefile')
-rw-r--r-- | regress/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} | |||
185 | unit: | 185 | unit: |
186 | set -e ; if test -z "${SKIP_UNIT}" ; then \ | 186 | set -e ; if test -z "${SKIP_UNIT}" ; then \ |
187 | ${.OBJDIR}/unittests/sshbuf/test_sshbuf ; \ | 187 | ${.OBJDIR}/unittests/sshbuf/test_sshbuf ; \ |
188 | ${.OBJDIR}/unittests/sshkey/test_sshkey ; \ | 188 | ${.OBJDIR}/unittests/sshkey/test_sshkey \ |
189 | -d ${.CURDIR}//unittests/sshkey/testdata ; \ | ||
189 | fi | 190 | fi |