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