summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>2002-01-03 00:22:47 +0000
committerart <art@openbsd.org>2002-01-03 00:22:47 +0000
commitcc5445baeac316eccb7c1084e53dee95c04e3ebe (patch)
tree8ba3e815c19194f1fe83aff27de5a6dfb4d2a3d5
parentconvert test prog into real regression test (diff)
downloadwireguard-openbsd-cc5445baeac316eccb7c1084e53dee95c04e3ebe.tar.xz
wireguard-openbsd-cc5445baeac316eccb7c1084e53dee95c04e3ebe.zip
depend the tests on the test program.
-rw-r--r--regress/lib/libc/db/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/db/Makefile b/regress/lib/libc/db/Makefile
index 826b7bf8690..367fc90ce8f 100644
--- a/regress/lib/libc/db/Makefile
+++ b/regress/lib/libc/db/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2002/01/02 17:53:01 art Exp $
+# $OpenBSD: Makefile,v 1.7 2002/01/03 00:22:47 art Exp $
# $NetBSD: Makefile,v 1.11 1995/12/12 01:54:15 cgd Exp $
PROG= dbtest
@@ -11,7 +11,7 @@ CLEANFILES+= t1 t2 t3
DBTARGETS=1 2 3 4 5 6 7 8 9 10 11 12 13 20
.for DT in ${DBTARGETS}
-db-${DT}:
+db-${DT}: ${PROG}
sh ${.CURDIR}/run.test ${DT}
REGRESSTARGETS+=db-${DT}
.PHONY: db-${DT}