summaryrefslogtreecommitdiff
path: root/regress/Makefile
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-06-25 13:45:18 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-06-25 13:45:18 +1000
commit977a9d21c885d9da6f6ac3c8d16f70765b0934ce (patch)
treeccdac8766d6c12f71cdf414545775b92e01163d7 /regress/Makefile
parent586b0b98bf9fe8a1d551a9706aed60851ff0e014 (diff)
- djm@cvs.openbsd.org 2004/06/24 19:32:00
[regress/Makefile regress/test-exec.sh, added regress/reexec.sh] regress test for re-exec corner cases
Diffstat (limited to 'regress/Makefile')
-rw-r--r--regress/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/Makefile b/regress/Makefile
index 64674521b..9e98e5880 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.30 2004/06/13 15:04:08 djm Exp $ 1# $OpenBSD: Makefile,v 1.31 2004/06/24 19:32:00 djm 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)
@@ -37,7 +37,8 @@ LTESTS= connect \
37 reconfigure \ 37 reconfigure \
38 dynamic-forward \ 38 dynamic-forward \
39 forwarding \ 39 forwarding \
40 multiplex 40 multiplex \
41 reexec
41 42
42USER!= id -un 43USER!= id -un
43CLEANFILES= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \ 44CLEANFILES= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \