]> andersk Git - openssh.git/blobdiff - regress/Makefile
- dtucker@cvs.openbsd.org 2006/12/13 08:36:36
[openssh.git] / regress / Makefile
index 64674521bc88a2bd1f928585015f097bfe0f4578..53995639834d0c3c044f01d6bff539e404773781 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.30 2004/06/13 15:04:08 djm Exp $
+#      $OpenBSD: Makefile,v 1.42 2006/07/19 13:34:52 dtucker Exp $
 
 REGRESS_TARGETS=       t1 t2 t3 t4 t5 t6 t7 t-exec
 tests:         $(REGRESS_TARGETS)
@@ -34,20 +34,25 @@ LTESTS=     connect \
                sftp-cmds \
                sftp-badcmds \
                sftp-batch \
+               sftp-glob \
                reconfigure \
                dynamic-forward \
                forwarding \
-               multiplex
+               multiplex \
+               reexec \
+               brokenkeys \
+               cfgmatch \
+               forcecommand
 
 USER!=         id -un
 CLEANFILES=    t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \
                authorized_keys_${USER} known_hosts pidfile \
-               ssh_config ssh_proxy sshd_config sshd_proxy \
+               ssh_config sshd_config.orig ssh_proxy sshd_config sshd_proxy \
                rsa.pub rsa rsa1.pub rsa1 host.rsa host.rsa1 \
                rsa-agent rsa-agent.pub rsa1-agent rsa1-agent.pub \
                ls.copy banner.in banner.out empty.in \
-               scp-ssh-wrapper.exe \
-               remote_pid
+               scp-ssh-wrapper.scp ssh_proxy_envpass remote_pid \
+               sshd_proxy_bak rsa_ssh2_cr.prv rsa_ssh2_crnl.prv
 
 #LTESTS +=     ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp
 
@@ -89,5 +94,5 @@ t-exec:       ${LTESTS:=.sh}
        @if [ "x$?" = "x" ]; then exit 0; fi; \
        for TEST in ""$?; do \
                echo "run test $${TEST}" ... 1>&2; \
-               (sh ${.CURDIR}/test-exec.sh ${.OBJDIR} ${.CURDIR}/$${TEST}) || exit $$?; \
+               (env SUDO=${SUDO} sh ${.CURDIR}/test-exec.sh ${.OBJDIR} ${.CURDIR}/$${TEST}) || exit $$?; \
        done
This page took 0.036548 seconds and 4 git commands to generate.