1# $FreeBSD$ 2 3PACKAGE= tests 4FILESGROUPS= TESTS 5TESTS= ${FILESDIR}/${FILES} 6TESTSPACKAGE= ${PACKAGE} 7TESTSDIR= ${TESTSBASE}/bin/sh/${.CURDIR:T} 8 9.PATH: ${.CURDIR:H} 10ATF_TESTS_SH= functional_test 11 12FILESDIR= ${TESTSDIR} 13 14FILES= and1.0 15FILES+= and2.1 16FILES+= and3.0 17FILES+= and4.0 18FILES+= background1.0 19FILES+= cmd1.0 20FILES+= cmd2.1 21FILES+= elif1.0 22FILES+= elif2.0 23FILES+= eval1.0 24FILES+= eval2.1 25FILES+= for1.0 26FILES+= func1.0 27FILES+= func2.1 28FILES+= if1.0 29FILES+= if2.0 30FILES+= if3.0 31FILES+= not1.0 32FILES+= not2.0 33FILES+= or1.0 34FILES+= or2.0 35FILES+= or3.1 36FILES+= pipe1.1 37FILES+= pipe2.0 38FILES+= return1.0 39FILES+= semi1.1 40FILES+= semi2.1 41FILES+= subshell1.0 42FILES+= subshell2.1 43FILES+= until1.0 44FILES+= until2.0 45FILES+= until3.0 46FILES+= while1.0 47FILES+= while2.0 48FILES+= while3.0 49 50.include <bsd.test.mk> 51