Deleted Added
full compact
Makefile (227522) Makefile (231984)
1# $FreeBSD: head/tools/regression/lib/libc/gen/Makefile 227522 2011-11-15 05:55:15Z das $
1# $FreeBSD: head/tools/regression/lib/libc/gen/Makefile 231984 2012-02-21 23:46:41Z jilles $
2
2
3TESTS= test-arc4random test-fmtcheck test-fnmatch \
3TESTS= test-arc4random test-fmtcheck test-fmtmsg test-fnmatch \
4 test-fpclassify test-posix_spawn test-wordexp
5
6.PHONY: tests
7tests: ${TESTS}
8 for p in ${TESTS}; do ${.OBJDIR}/$$p; done
9
10.PHONY: clean
11clean:
12 -rm -f ${TESTS}
13
14sh-tests: test-fnmatch
15 ./test-fnmatch -s 1 >../../../bin/sh/builtins/case2.0
16 ./test-fnmatch -s 2 >../../../bin/sh/builtins/case3.0
4 test-fpclassify test-posix_spawn test-wordexp
5
6.PHONY: tests
7tests: ${TESTS}
8 for p in ${TESTS}; do ${.OBJDIR}/$$p; done
9
10.PHONY: clean
11clean:
12 -rm -f ${TESTS}
13
14sh-tests: test-fnmatch
15 ./test-fnmatch -s 1 >../../../bin/sh/builtins/case2.0
16 ./test-fnmatch -s 2 >../../../bin/sh/builtins/case3.0