Makefile revision 207821
1# $FreeBSD: head/tools/regression/lib/libc/gen/Makefile 207821 2010-05-09 16:15:40Z jilles $
2
3TESTS=	test-fmtcheck test-fnmatch test-fpclassify 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
16