1# $FreeBSD$
2
3TESTS=	test-fmtcheck test-fnmatch 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
16