diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-03 01:19:18 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-03 01:19:18 +0000 |
commit | 4ef73449ab0e556a1cddd19103665010220c6885 (patch) | |
tree | df0ceb934046ffb41586ef3b0bdf13753cf86d0e | |
parent | d2f5bc52e176c7227253c2705c38bd2ac7dc8047 (diff) |
3 12 and 20 are slow
-rw-r--r-- | regress/lib/libc/db/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/lib/libc/db/Makefile b/regress/lib/libc/db/Makefile index 367fc90ce8f..15e280a4ef6 100644 --- a/regress/lib/libc/db/Makefile +++ b/regress/lib/libc/db/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2002/01/03 00:22:47 art Exp $ +# $OpenBSD: Makefile,v 1.8 2002/01/03 01:19:17 art Exp $ # $NetBSD: Makefile,v 1.11 1995/12/12 01:54:15 cgd Exp $ PROG= dbtest @@ -17,4 +17,6 @@ REGRESSTARGETS+=db-${DT} .PHONY: db-${DT} .endfor +REGRESSSLOWTARGETS+=db-3 db-12 db-20 + .include <bsd.regress.mk> |