summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/gen/Makefile
blob: 3e911e4fc42bca036788c25216978289901e7c14 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

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}
OpenPOWER on IntegriCloud