From b76af179cda98bcd6c5ce1bcaa62d7645f5d1f3e Mon Sep 17 00:00:00 2001 From: bluhm Date: Mon, 27 Sep 2021 18:47:46 +0000 Subject: [PATCH] These tests pass in a few seconds. Remove REGRESS_SLOW_TARGETS. --- regress/lib/libc/db/Makefile | 4 +--- regress/usr.bin/tsort/Makefile | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/regress/lib/libc/db/Makefile b/regress/lib/libc/db/Makefile index 7d2882594da..a7ba6597073 100644 --- a/regress/lib/libc/db/Makefile +++ b/regress/lib/libc/db/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2002/09/02 20:01:43 avsm Exp $ +# $OpenBSD: Makefile,v 1.11 2021/09/27 18:47:46 bluhm Exp $ # $NetBSD: Makefile,v 1.11 1995/12/12 01:54:15 cgd Exp $ PROG= dbtest @@ -17,6 +17,4 @@ REGRESS_TARGETS+=db-${DT} .PHONY: db-${DT} .endfor -REGRESS_SLOW_TARGETS+=db-3 db-12 db-20 - .include diff --git a/regress/usr.bin/tsort/Makefile b/regress/usr.bin/tsort/Makefile index da14f8dd57c..38b1de6bd00 100644 --- a/regress/usr.bin/tsort/Makefile +++ b/regress/usr.bin/tsort/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.10 2015/09/16 05:19:22 daniel Exp $ +# $OpenBSD: Makefile,v 1.11 2021/09/27 18:47:46 bluhm Exp $ REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7 -REGRESS_SLOW_TARGETS=t4 t1: t1.out perl ${.CURDIR}/tsort-check t1.out ${.CURDIR}/pairs1 -- 2.20.1