]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/set-e/Makefile
Merge llvm, clang, lld and lldb trunk r291012, and resolve conflicts.
[FreeBSD/FreeBSD.git] / bin / sh / tests / set-e / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 TESTSDIR=       ${TESTSBASE}/bin/sh/${.CURDIR:T}
6
7 .PATH: ${.CURDIR:H}
8 ATF_TESTS_SH=   functional_test
9
10 ${PACKAGE}FILES+=       and1.0
11 ${PACKAGE}FILES+=       and2.1
12 ${PACKAGE}FILES+=       and3.0
13 ${PACKAGE}FILES+=       and4.0
14 ${PACKAGE}FILES+=       background1.0
15 ${PACKAGE}FILES+=       cmd1.0
16 ${PACKAGE}FILES+=       cmd2.1
17 ${PACKAGE}FILES+=       elif1.0
18 ${PACKAGE}FILES+=       elif2.0
19 ${PACKAGE}FILES+=       eval1.0
20 ${PACKAGE}FILES+=       eval2.1
21 ${PACKAGE}FILES+=       for1.0
22 ${PACKAGE}FILES+=       func1.0
23 ${PACKAGE}FILES+=       func2.1
24 ${PACKAGE}FILES+=       if1.0
25 ${PACKAGE}FILES+=       if2.0
26 ${PACKAGE}FILES+=       if3.0
27 ${PACKAGE}FILES+=       not1.0
28 ${PACKAGE}FILES+=       not2.0
29 ${PACKAGE}FILES+=       or1.0
30 ${PACKAGE}FILES+=       or2.0
31 ${PACKAGE}FILES+=       or3.1
32 ${PACKAGE}FILES+=       pipe1.1
33 ${PACKAGE}FILES+=       pipe2.0
34 ${PACKAGE}FILES+=       return1.0
35 ${PACKAGE}FILES+=       semi1.1
36 ${PACKAGE}FILES+=       semi2.1
37 ${PACKAGE}FILES+=       subshell1.0
38 ${PACKAGE}FILES+=       subshell2.1
39 ${PACKAGE}FILES+=       until1.0
40 ${PACKAGE}FILES+=       until2.0
41 ${PACKAGE}FILES+=       until3.0
42 ${PACKAGE}FILES+=       while1.0
43 ${PACKAGE}FILES+=       while2.0
44 ${PACKAGE}FILES+=       while3.0
45
46 .include <bsd.test.mk>