- r263220 Migrate tools/regression/sbin/ to the new tests layout. - r263222 Add Makefile missed in r263220. - r263226 Migrate tools/regression/{usr.bin/lastcomm,usr.sbin}/ to the new tests layout. - r263227 Migrate most of tools/regression/usr.bin/ to the new tests layout. - r263345 Expand tabs that sneaked in into spaces. - r263346 Migrate tools/regression/usr.bin/make/ to the new tests layout. - r263348 Add Makefiles missed in r263346. - r263351 Migrate tools/regression/usr.bin/pkill/ to the new tests layout. - r263388 Mark multi_test as requiring /usr/share/dict/words. - r263814 Fix path to the run.pl script to let these tests run. - r264742 Prevent building tests when bootstrapping make. This is 'make tinderbox' clean.
27 lines
517 B
Makefile
27 lines
517 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/tr
|
|
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
FILESDIR= ${TESTSDIR}
|
|
FILES= regress.00.out
|
|
FILES+= regress.01.out
|
|
FILES+= regress.02.out
|
|
FILES+= regress.03.out
|
|
FILES+= regress.04.out
|
|
FILES+= regress.05.out
|
|
FILES+= regress.06.out
|
|
FILES+= regress.07.out
|
|
FILES+= regress.08.out
|
|
FILES+= regress.09.out
|
|
FILES+= regress.0a.out
|
|
FILES+= regress.0b.out
|
|
FILES+= regress.0c.out
|
|
FILES+= regress.0d.out
|
|
FILES+= regress.in
|
|
FILES+= regress.sh
|
|
FILES+= regress2.in
|
|
|
|
.include <bsd.test.mk>
|