aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/lib/libc/gen/Makefile
blob: 945b508b805004d26d01cdf0fded251802cc6646 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD: src/tools/regression/lib/libc/gen/Makefile,v 1.3.2.3.4.1 2010/12/21 17:09:25 kensmith Exp $

TESTS=	test-fmtcheck test-fnmatch test-fpclassify test-wordexp

.PHONY: tests
tests: ${TESTS}
	for p in ${TESTS}; do ${.OBJDIR}/$$p; done

.PHONY: clean
clean:
	-rm -f ${TESTS}

sh-tests: test-fnmatch
	./test-fnmatch -s 1 >../../../bin/sh/builtins/case2.0
	./test-fnmatch -s 2 >../../../bin/sh/builtins/case3.0