diff options
Diffstat (limited to 'regress/Makefile')
-rw-r--r-- | regress/Makefile | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/regress/Makefile b/regress/Makefile index 26224cd7d..6e2029348 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -1,8 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.13 2002/04/01 22:15:08 markus Exp $ | 1 | # $OpenBSD: Makefile,v 1.20 2003/01/08 23:54:22 djm Exp $ |
2 | 2 | ||
3 | REGRESSTARGETS= t1 t2 t3 t4 t5 t6 t7 | 3 | REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 |
4 | 4 | ||
5 | CLEANFILES+= t2.out t6.out1 t6.out2 t7.out t7.out.pub | 5 | CLEANFILES+= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 |
6 | 6 | ||
7 | LTESTS= connect \ | 7 | LTESTS= connect \ |
8 | proxy-connect \ | 8 | proxy-connect \ |
@@ -17,8 +17,14 @@ LTESTS= connect \ | |||
17 | try-ciphers \ | 17 | try-ciphers \ |
18 | yes-head \ | 18 | yes-head \ |
19 | agent \ | 19 | agent \ |
20 | agent-getpeereid \ | ||
21 | agent-timeout \ | ||
22 | agent-ptrace \ | ||
20 | keyscan \ | 23 | keyscan \ |
24 | keygen-change \ | ||
21 | sftp \ | 25 | sftp \ |
26 | sftp-cmds \ | ||
27 | sftp-batch \ | ||
22 | forwarding | 28 | forwarding |
23 | 29 | ||
24 | USER!= id -un | 30 | USER!= id -un |
@@ -65,7 +71,7 @@ t7: t7.out | |||
65 | ssh-keygen -Bf t7.out > /dev/null | 71 | ssh-keygen -Bf t7.out > /dev/null |
66 | 72 | ||
67 | .for t in ${LTESTS} | 73 | .for t in ${LTESTS} |
68 | REGRESSTARGETS+=t-${t} | 74 | REGRESS_TARGETS+=t-${t} |
69 | t-${t}: | 75 | t-${t}: |
70 | sh ${.CURDIR}/test-exec.sh ${.OBJDIR} ${.CURDIR}/${t}.sh | 76 | sh ${.CURDIR}/test-exec.sh ${.OBJDIR} ${.CURDIR}/${t}.sh |
71 | .endfor | 77 | .endfor |