]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - tools/regression/lib/libc/gen/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / tools / regression / lib / libc / gen / Makefile
1 # $FreeBSD$
2
3 TESTS=  test-fmtcheck test-fnmatch test-fpclassify test-wordexp
4
5 .PHONY: tests
6 tests: ${TESTS}
7         for p in ${TESTS}; do ${.OBJDIR}/$$p; done
8
9 .PHONY: clean
10 clean:
11         -rm -f ${TESTS}
12
13 sh-tests: test-fnmatch
14         ./test-fnmatch -s 1 >../../../bin/sh/builtins/case2.0
15         ./test-fnmatch -s 2 >../../../bin/sh/builtins/case3.0