]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/lib/libc/stdio/Makefile
MFC r290537,r290540,r290560,r290856,r290871,r291839:
[FreeBSD/stable/10.git] / tools / regression / lib / libc / stdio / Makefile
1 # $FreeBSD$
2
3 TESTS=  test-fdopen \
4         test-fopen \
5         test-freopen \
6         test-getdelim \
7         test-mkostemp \
8         test-open_memstream \
9         test-open_wmemstream \
10         test-perror \
11         test-print-positional \
12         test-printbasic \
13         test-printfloat \
14         test-scanfloat 
15
16 CFLAGS+= -lm
17
18 .PHONY: tests
19 tests: ${TESTS}
20         for p in ${TESTS}; do ${.OBJDIR}/$$p; done
21
22 .PHONY: clean
23 clean:
24         -rm -f ${TESTS}