diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/regress/Makefile b/regress/Makefile index daaa10c5b..ccdd91cc4 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -1,7 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.103 2019/07/16 03:21:54 dtucker Exp $ | 1 | # $OpenBSD: Makefile,v 1.103 2019/07/16 03:21:54 dtucker Exp $ |
2 | 2 | ||
3 | REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec | 3 | tests: prep file-tests t-exec unit |
4 | tests: prep $(REGRESS_TARGETS) | 4 | |
5 | REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 | ||
6 | |||
7 | # File based tests | ||
8 | file-tests: $(REGRESS_TARGETS) | ||
5 | 9 | ||
6 | # Interop tests are not run by default | 10 | # Interop tests are not run by default |
7 | interop interop-tests: t-exec-interop | 11 | interop interop-tests: t-exec-interop |