1147495Sgad# $FreeBSD$
2147495Sgad
3147495SgadTESTPGM?=TestProgramNotSpecifed
4147495Sgad
5147495Sgadall:
6147495Sgad	@echo "Note that the 'env' command uses its own regression suite,"
7147495Sgad	@echo "which uses a single data file and a script written in ruby."
8147495Sgad	@echo "By default it will test /usr/bin/env"
9147495Sgad	@echo
10147495Sgad	@ruby regress-sb.rb --rgdata=${.CURDIR}/regress-env.rgdata
11147495Sgad
12147495Sgad#   A version which allows the user to specify which executable of `env'
13147495Sgad#   should be tested, e.g.:    make testenv TESTPROG=/usr/bin/env-rel6
14147495Sgad#   This will probably need a bit more thought...
15147495Sgadtestenv:
16147495Sgad	@ruby regress-sb.rb --rgdata=${.CURDIR}/regress-env.rgdata \
17203952Suqs	 --testpgm=${TESTPGM}
18