]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/regression/lib/libc/gen/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / tools / regression / lib / libc / gen / Makefile
1 # $FreeBSD$
2
3 TESTS=  test-fmtcheck test-fnmatch test-fpclassify test-posix_spawn 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