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