summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/gen/Makefile
blob: 18c0e5f371501a5c02c7ff9e2b5c8273f3e8963f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

TESTS=	test-arc4random test-fmtcheck test-fmtmsg test-fnmatch \
	test-fpclassify test-posix_spawn 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
OpenPOWER on IntegriCloud