summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/gen/Makefile
blob: 4b29ad0a7de8f2aa13fa59373e717b758a5aebfb (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-ftw 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