]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/regression/lib/libc/gen/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / regression / lib / libc / gen / Makefile
1 # $FreeBSD$
2
3 TESTS=  test-arc4random test-fmtcheck test-fmtmsg test-fnmatch \
4         test-fpclassify test-ftw test-popen test-posix_spawn test-wordexp
5
6 .PHONY: tests
7 tests: ${TESTS}
8         for p in ${TESTS}; do ${.OBJDIR}/$$p; done
9
10 .PHONY: clean
11 clean:
12         -rm -f ${TESTS}
13
14 sh-tests: test-fnmatch
15         ./test-fnmatch -s 1 >../../../bin/sh/builtins/case2.0
16         ./test-fnmatch -s 2 >../../../bin/sh/builtins/case3.0