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

TESTS=	test-fmemopen test-getdelim test-mkostemp test-open_memstream \
	test-open_wmemstream test-perror test-print-positional test-printbasic \
	test-printfloat test-scanfloat 
CFLAGS+= -lm

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

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