diff options
Diffstat (limited to 'regress/Makefile')
-rw-r--r-- | regress/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/regress/Makefile b/regress/Makefile index c3aec43fc..779abf4fb 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -1,7 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.62 2013/01/18 00:45:29 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.62 2013/01/18 00:45:29 djm Exp $ |
2 | 2 | ||
3 | REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t-exec | 3 | REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t-exec |
4 | tests: prereq $(REGRESS_TARGETS) | 4 | tests: $(REGRESS_TARGETS) |
5 | 5 | ||
6 | # Interop tests are not run by default | 6 | # Interop tests are not run by default |
7 | interop interop-tests: t-exec-interop | 7 | interop interop-tests: t-exec-interop |
@@ -146,10 +146,6 @@ t9: $(OBJ)/t9.out | |||
146 | test "${TEST_SSH_ECC}" != yes || \ | 146 | test "${TEST_SSH_ECC}" != yes || \ |
147 | ${TEST_SSH_SSHKEYGEN} -Bf $(OBJ)/t9.out > /dev/null | 147 | ${TEST_SSH_SSHKEYGEN} -Bf $(OBJ)/t9.out > /dev/null |
148 | 148 | ||
149 | prereq: modpipe | ||
150 | |||
151 | modpipe: modpipe.c | ||
152 | |||
153 | t-exec: ${LTESTS:=.sh} | 149 | t-exec: ${LTESTS:=.sh} |
154 | @if [ "x$?" = "x" ]; then exit 0; fi; \ | 150 | @if [ "x$?" = "x" ]; then exit 0; fi; \ |
155 | for TEST in ""$?; do \ | 151 | for TEST in ""$?; do \ |