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

TESTS=	test-perror test-printfloat test-scanfloat

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

.PHONY: clean
clean:
	-rm -f ${TESTS}
OpenPOWER on IntegriCloud