freebsd-nq/bin/sh/tests/set-e/Makefile
Enji Cooper 12e2df3c36 Convert bin/sh/tests to ATF
The new code uses a "test discovery mechanism" to determine
what tests are available for execution

The test shell can be specified via:

  kyua test -v test_suites.FreeBSD.bin.sh.test_shell=/path/to/test/sh

Sponsored by: EMC / Isilon Storage Division
Approved by: jmmv (mentor)
Reviewed by: jilles (maintainer)
2014-08-13 04:14:50 +00:00

47 lines
750 B
Makefile

# $FreeBSD$
TESTSDIR= ${TESTSBASE}/bin/sh/${.CURDIR:T}
.PATH: ${.CURDIR:H}
ATF_TESTS_SH= functional_test
FILESDIR= ${TESTSDIR}
FILES= and1.0
FILES+= and2.1
FILES+= and3.0
FILES+= and4.0
FILES+= background1.0
FILES+= cmd1.0
FILES+= cmd2.1
FILES+= elif1.0
FILES+= elif2.0
FILES+= eval1.0
FILES+= eval2.1
FILES+= for1.0
FILES+= func1.0
FILES+= func2.1
FILES+= if1.0
FILES+= if2.0
FILES+= if3.0
FILES+= not1.0
FILES+= not2.0
FILES+= or1.0
FILES+= or2.0
FILES+= or3.1
FILES+= pipe1.1
FILES+= pipe2.0
FILES+= return1.0
FILES+= semi1.1
FILES+= semi2.1
FILES+= subshell1.0
FILES+= subshell2.1
FILES+= until1.0
FILES+= until2.0
FILES+= until3.0
FILES+= while1.0
FILES+= while2.0
FILES+= while3.0
.include <bsd.test.mk>