summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authorart <>2002-01-03 01:19:17 +0000
committerart <>2002-01-03 01:19:17 +0000
commit250feea02b871a4ce407e9501d6af1648d869dd1 (patch)
tree66ec8cf54e9282384f642d5e24421c7395e5971e /src/regress/lib
parent6048e76a14c791a54184f6d1367dc3536fcac51a (diff)
downloadopenbsd-250feea02b871a4ce407e9501d6af1648d869dd1.tar.gz
openbsd-250feea02b871a4ce407e9501d6af1648d869dd1.tar.bz2
openbsd-250feea02b871a4ce407e9501d6af1648d869dd1.zip
3 12 and 20 are slow
Diffstat (limited to 'src/regress/lib')
-rw-r--r--src/regress/lib/libc/db/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libc/db/Makefile b/src/regress/lib/libc/db/Makefile
index 367fc90ce8..15e280a4ef 100644
--- a/src/regress/lib/libc/db/Makefile
+++ b/src/regress/lib/libc/db/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.7 2002/01/03 00:22:47 art Exp $ 1# $OpenBSD: Makefile,v 1.8 2002/01/03 01:19:17 art Exp $
2# $NetBSD: Makefile,v 1.11 1995/12/12 01:54:15 cgd Exp $ 2# $NetBSD: Makefile,v 1.11 1995/12/12 01:54:15 cgd Exp $
3 3
4PROG= dbtest 4PROG= dbtest
@@ -17,4 +17,6 @@ REGRESSTARGETS+=db-${DT}
17.PHONY: db-${DT} 17.PHONY: db-${DT}
18.endfor 18.endfor
19 19
20REGRESSSLOWTARGETS+=db-3 db-12 db-20
21
20.include <bsd.regress.mk> 22.include <bsd.regress.mk>