From 2e62ba6d95078ecae7ee0ea2a5f38a4061964702 Mon Sep 17 00:00:00 2001 From: art <> Date: Wed, 2 Jan 2002 17:40:56 +0000 Subject: First conversion to bsd.regress.mk, needs to be split into smaller tests. --- src/regress/lib/libc/db/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libc/db/Makefile b/src/regress/lib/libc/db/Makefile index f49b6b7247..e73ebbd2d5 100644 --- a/src/regress/lib/libc/db/Makefile +++ b/src/regress/lib/libc/db/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2001/01/29 02:05:40 niklas Exp $ +# $OpenBSD: Makefile,v 1.5 2002/01/02 17:40:56 art Exp $ # $NetBSD: Makefile,v 1.11 1995/12/12 01:54:15 cgd Exp $ PROG= dbtest @@ -6,12 +6,12 @@ PROG= dbtest # add -DSTATISTICS to CFLAGS to get usage statistics. Note that # for this to work, libc must be compiled with -DSTATISTICS as well CFLAGS+= -g -D__DBINTERFACE_PRIVATE -DDEBUG -NOMAN= noman CLEANFILES+= t1 t2 t3 -install: +REGRESSTARGETS=do-db -regress: ${PROG} +# XXX - should be split into sub-tests here, not in the script. +do-db: ${PROG} sh ${.CURDIR}/run.test -.include +.include -- cgit v1.2.3-55-g6feb