From 1db0e03b99edc54ea9ce45c03c5ebbfd3d4b09c5 Mon Sep 17 00:00:00 2001 From: eric <> Date: Tue, 7 Aug 2012 21:00:31 +0000 Subject: allow to choose an alternate regress script --- src/regress/lib/libc/asr/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libc/asr/Makefile b/src/regress/lib/libc/asr/Makefile index f110cbe25e..ac1d4ed18c 100644 --- a/src/regress/lib/libc/asr/Makefile +++ b/src/regress/lib/libc/asr/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2012/07/13 17:49:53 eric Exp $ +# $OpenBSD: Makefile,v 1.2 2012/08/07 21:00:31 eric Exp $ # # Note on building and running the regress tests: @@ -28,6 +28,7 @@ LIBCDIRSTD?= /usr/lib LIBCDIRASR?= /usr/obj/lib/libc REGRESSDIR?= /tmp/regress +REGRESS?= regress.sh all: build @@ -49,4 +50,4 @@ uninstall: rm -rf ${REGRESSDIR} regress: - RUNDIR=${REGRESSDIR} sh ${.CURDIR}/regress.sh + RUNDIR=${REGRESSDIR} sh ${.CURDIR}/${REGRESS} -- cgit v1.2.3-55-g6feb