Makefile revision 277441
1# $FreeBSD: stable/10/tools/regression/lib/libc/gen/Makefile 277441 2015-01-20 21:42:40Z ngie $
2
3TESTS=	test-fmtcheck test-fmtmsg test-fnmatch \
4	test-ftw test-popen 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
17