summaryrefslogtreecommitdiff
path: root/regress/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/Makefile')
-rw-r--r--regress/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/Makefile b/regress/Makefile
index 3e22d547f..0536ee7b9 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.33 2004/10/29 23:59:22 djm Exp $ 1# $OpenBSD: Makefile,v 1.34 2004/12/10 01:31:30 fgsch Exp $
2 2
3REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec 3REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec
4tests: $(REGRESS_TARGETS) 4tests: $(REGRESS_TARGETS)
@@ -34,6 +34,7 @@ LTESTS= connect \
34 sftp-cmds \ 34 sftp-cmds \
35 sftp-badcmds \ 35 sftp-badcmds \
36 sftp-batch \ 36 sftp-batch \
37 sftp-glob \
37 reconfigure \ 38 reconfigure \
38 dynamic-forward \ 39 dynamic-forward \
39 forwarding \ 40 forwarding \