diff options
author | eric <> | 2012-08-07 21:00:31 +0000 |
---|---|---|
committer | eric <> | 2012-08-07 21:00:31 +0000 |
commit | 1db0e03b99edc54ea9ce45c03c5ebbfd3d4b09c5 (patch) | |
tree | 69992cb69b56e7177b74c7581f4cc3a09d4a7fd2 /src/regress/lib/libc/asr | |
parent | 21ba44e4bc7059ef179599c3281c05db274531a6 (diff) | |
download | openbsd-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/Makefile | 5 |
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 | |||
28 | LIBCDIRASR?= /usr/obj/lib/libc | 28 | LIBCDIRASR?= /usr/obj/lib/libc |
29 | 29 | ||
30 | REGRESSDIR?= /tmp/regress | 30 | REGRESSDIR?= /tmp/regress |
31 | REGRESS?= regress.sh | ||
31 | 32 | ||
32 | all: build | 33 | all: build |
33 | 34 | ||
@@ -49,4 +50,4 @@ uninstall: | |||
49 | rm -rf ${REGRESSDIR} | 50 | rm -rf ${REGRESSDIR} |
50 | 51 | ||
51 | regress: | 52 | regress: |
52 | RUNDIR=${REGRESSDIR} sh ${.CURDIR}/regress.sh | 53 | RUNDIR=${REGRESSDIR} sh ${.CURDIR}/${REGRESS} |