summaryrefslogtreecommitdiff
path: root/regress/usr.bin
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2012-07-09 23:15:34 +0000
committerMarc Espie <espie@cvs.openbsd.org>2012-07-09 23:15:34 +0000
commitaaa283f0e234e4de20eabbab273be7fb0ed32873 (patch)
tree4fde4d17b447cce60163e203f8d9acf95fd1bef4 /regress/usr.bin
parent89861ddb9df1d1ab5f0cc407f259e4561cb000aa (diff)
#! stupid test
Diffstat (limited to 'regress/usr.bin')
-rw-r--r--regress/usr.bin/libtool/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/regress/usr.bin/libtool/Makefile b/regress/usr.bin/libtool/Makefile
index d75cb5172b9..28631c106ac 100644
--- a/regress/usr.bin/libtool/Makefile
+++ b/regress/usr.bin/libtool/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.21 2012/07/09 21:37:33 espie Exp $
+# $OpenBSD: Makefile,v 1.22 2012/07/09 23:15:33 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-1 error-2 error-3 test-alternate-0 \
test-implicit-0 test-run-4 test-implicit-1 \
test-help error-4 error-6 test-bond test-implicit-2 \
- test-Wc test-Xcompiler
+ test-Wc test-Xcompiler stupid-gdb
FAILING_TARGETS += error-0
.include <bsd.own.mk>
@@ -134,6 +134,9 @@ test-Wc:
test-Xcompiler:
${LIBTOOL} --mode=compile ${CC} -c -Xcompiler -DA -Xcompiler -DB ${.CURDIR}/d.c
+stupid-gdb:
+ @${LIBTOOL} --config|fgrep -q 'objdir=.libs'
+
${DEST}/bin/p1: ${DEST}/lib/liba.la
${DEST}/bin/p2: ${DEST}/lib/liba0.la ${DEST}/lib/liba1.la