summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/asr
diff options
context:
space:
mode:
authoreric <>2012-08-07 21:00:31 +0000
committereric <>2012-08-07 21:00:31 +0000
commit1db0e03b99edc54ea9ce45c03c5ebbfd3d4b09c5 (patch)
tree69992cb69b56e7177b74c7581f4cc3a09d4a7fd2 /src/regress/lib/libc/asr
parent21ba44e4bc7059ef179599c3281c05db274531a6 (diff)
downloadopenbsd-1db0e03b99edc54ea9ce45c03c5ebbfd3d4b09c5.tar.gz
openbsd-1db0e03b99edc54ea9ce45c03c5ebbfd3d4b09c5.tar.bz2
openbsd-1db0e03b99edc54ea9ce45c03c5ebbfd3d4b09c5.zip
allow to choose an alternate regress script
Diffstat (limited to 'src/regress/lib/libc/asr')
-rw-r--r--src/regress/lib/libc/asr/Makefile5
1 files changed, 3 insertions, 2 deletions
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 @@
1# $OpenBSD: Makefile,v 1.1.1.1 2012/07/13 17:49:53 eric Exp $ 1# $OpenBSD: Makefile,v 1.2 2012/08/07 21:00:31 eric Exp $
2 2
3# 3#
4# Note on building and running the regress tests: 4# Note on building and running the regress tests:
@@ -28,6 +28,7 @@ LIBCDIRSTD?= /usr/lib
28LIBCDIRASR?= /usr/obj/lib/libc 28LIBCDIRASR?= /usr/obj/lib/libc
29 29
30REGRESSDIR?= /tmp/regress 30REGRESSDIR?= /tmp/regress
31REGRESS?= regress.sh
31 32
32all: build 33all: build
33 34
@@ -49,4 +50,4 @@ uninstall:
49 rm -rf ${REGRESSDIR} 50 rm -rf ${REGRESSDIR}
50 51
51regress: 52regress:
52 RUNDIR=${REGRESSDIR} sh ${.CURDIR}/regress.sh 53 RUNDIR=${REGRESSDIR} sh ${.CURDIR}/${REGRESS}