summaryrefslogtreecommitdiff
path: root/regress/Makefile
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-03-16 22:46:14 +0000
committerDamien Miller <djm@mindrot.org>2015-04-01 10:02:01 +1100
commitce1b358ea414a2cc88e4430cd5a2ea7fecd9de57 (patch)
tree3cc40b6cc050ae039ad37a905a8db140578e9a34 /regress/Makefile
parent398f9ef192d820b67beba01ec234d66faca65775 (diff)
upstream commit
make CLEANFILES clean up more of the tests' droppings
Diffstat (limited to 'regress/Makefile')
-rw-r--r--regress/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/Makefile b/regress/Makefile
index 99a7d60f5..252fb2eeb 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.78 2015/01/26 06:12:18 djm Exp $ 1# $OpenBSD: Makefile,v 1.79 2015/03/16 22:46:14 djm Exp $
2 2
3REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec 3REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec
4tests: prep $(REGRESS_TARGETS) 4tests: prep $(REGRESS_TARGETS)