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

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