summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2012-07-07 18:27:19 +0000
committerMarc Espie <espie@cvs.openbsd.org>2012-07-07 18:27:19 +0000
commitc0a01bbc238f32a30ff7f3e2e8e1f7ba16a9d4f4 (patch)
tree26ff0ab3a80a61e55a3c7fceb0bca2152c139f00 /regress
parentb1a0e0e7a95f2b46839fee6c5e2c0b1d7ff3e158 (diff)
reorder stuff so that known failing targets are last
Diffstat (limited to 'regress')
-rw-r--r--regress/usr.bin/libtool/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/regress/usr.bin/libtool/Makefile b/regress/usr.bin/libtool/Makefile
index 6461c6d515a..f6293f1c2eb 100644
--- a/regress/usr.bin/libtool/Makefile
+++ b/regress/usr.bin/libtool/Makefile
@@ -1,19 +1,21 @@
-# $OpenBSD: Makefile,v 1.14 2012/07/06 19:16:52 espie Exp $
+# $OpenBSD: Makefile,v 1.15 2012/07/07 18:27:18 espie Exp $
REGRESS_TARGETS = test-compile-0 test-link-0 test-install-0 \
test-run-0 test-link-1 test-install-1 test-run-1 \
test-link-2 test-link-3 test-run-2 test-run-3 \
- error-0 error-1 error-2 error-3 error-4 test-alternate-0 \
- test-implicit-0 test-run-4 \
- test-implicit-1
+ error-1 error-2 error-3 test-alternate-0 \
+ test-implicit-0 test-run-4 test-implicit-1
+FAILING_TARGETS += error-0 error-4
.include <bsd.own.mk>
.if defined(NOPIC)
-REGRESS_TARGETS += static-arch-fail
+FAILING_TARGETS += static-arch-fail
.else
-REGRESS_TARGETS += test-all-static error-5 \
- version-override-0 version-override-1
+REGRESS_TARGETS += version-override-0 version-override-1
+FAILING_TARGETS += test-all-static error-5
.endif
+REGRESS_TARGETS += ${FAILING_TARGETS}
+
LIBTOOL ?= /usr/bin/libtool
DEST = ${.OBJDIR}/dest/usr/local