summaryrefslogtreecommitdiff
path: root/regress/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/Makefile')
-rw-r--r--regress/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/Makefile b/regress/Makefile
index 2eb2e3181..636858662 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -81,7 +81,7 @@ CLEANFILES= t2.out t3.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \
81 putty.rsa2 sshd_proxy_orig ssh_proxy_bak \ 81 putty.rsa2 sshd_proxy_orig ssh_proxy_bak \
82 key.rsa-* key.dsa-* key.ecdsa-* \ 82 key.rsa-* key.dsa-* key.ecdsa-* \
83 authorized_principals_${USER} expect actual ready \ 83 authorized_principals_${USER} expect actual ready \
84 sshd_proxy.* authorized_keys_${USER}.* 84 sshd_proxy.* authorized_keys_${USER}.* modpipe
85 85
86 86
87# Enable all malloc(3) randomisations and checks 87# Enable all malloc(3) randomisations and checks
@@ -143,15 +143,15 @@ t9: $(OBJ)/t9.out
143 test "${TEST_SSH_ECC}" != yes || \ 143 test "${TEST_SSH_ECC}" != yes || \
144 ${TEST_SSH_SSHKEYGEN} -Bf $(OBJ)/t9.out > /dev/null 144 ${TEST_SSH_SSHKEYGEN} -Bf $(OBJ)/t9.out > /dev/null
145 145
146modpipe: modpipe.c 146t-exec: ${LTESTS:=.sh} modpipe
147
148t-exec: modpipe ${LTESTS:=.sh}
149 @if [ "x$?" = "x" ]; then exit 0; fi; \ 147 @if [ "x$?" = "x" ]; then exit 0; fi; \
150 for TEST in ""$?; do \ 148 for TEST in ""$?; do \
151 echo "run test $${TEST}" ... 1>&2; \ 149 echo "run test $${TEST}" ... 1>&2; \
152 (env SUDO="${SUDO}" TEST_ENV=${TEST_ENV} sh ${.CURDIR}/test-exec.sh ${.OBJDIR} ${.CURDIR}/$${TEST}) || exit $$?; \ 150 (env SUDO="${SUDO}" TEST_ENV=${TEST_ENV} sh ${.CURDIR}/test-exec.sh ${.OBJDIR} ${.CURDIR}/$${TEST}) || exit $$?; \
153 done 151 done
154 152
153modpipe: modpipe.c
154
155t-exec-interop: ${INTEROP_TESTS:=.sh} 155t-exec-interop: ${INTEROP_TESTS:=.sh}
156 @if [ "x$?" = "x" ]; then exit 0; fi; \ 156 @if [ "x$?" = "x" ]; then exit 0; fi; \
157 for TEST in ""$?; do \ 157 for TEST in ""$?; do \