summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/stdio/Makefile
blob: 4fb2cbafd45c96385dfac01a690c7e97bc441362 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

TESTS=	test-fopen \
	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