diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/regress/Makefile b/regress/Makefile index 1e1f68dc3..370f28a99 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.68 2014/01/25 04:35:32 dtucker Exp $ | 1 | # $OpenBSD: Makefile,v 1.69 2014/04/30 05:32:00 djm Exp $ |
2 | 2 | ||
3 | REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t-exec | 3 | REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t-exec |
4 | tests: $(REGRESS_TARGETS) | 4 | tests: $(REGRESS_TARGETS) |
@@ -102,6 +102,9 @@ TEST_SSH_SSHKEYGEN?=ssh-keygen | |||
102 | 102 | ||
103 | CPPFLAGS=-I.. | 103 | CPPFLAGS=-I.. |
104 | 104 | ||
105 | unit: | ||
106 | (set -e ; cd ${.CURDIR}/unittests ; make) | ||
107 | |||
105 | t1: | 108 | t1: |
106 | ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/rsa_ssh2.prv | diff - ${.CURDIR}/rsa_openssh.prv | 109 | ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/rsa_ssh2.prv | diff - ${.CURDIR}/rsa_openssh.prv |
107 | tr '\n' '\r' <${.CURDIR}/rsa_ssh2.prv > ${.OBJDIR}/rsa_ssh2_cr.prv | 110 | tr '\n' '\r' <${.CURDIR}/rsa_ssh2.prv > ${.OBJDIR}/rsa_ssh2_cr.prv |