]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/regression/lib/libc/stdio/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / regression / lib / libc / stdio / Makefile
1 # $FreeBSD$
2
3 TESTS=  test-fmemopen test-getdelim test-mkostemp test-open_memstream \
4         test-open_wmemstream test-perror test-print-positional test-printbasic \
5         test-printfloat test-scanfloat 
6 CFLAGS+= -lm
7
8 .PHONY: tests
9 tests: ${TESTS}
10         for p in ${TESTS}; do ${.OBJDIR}/$$p; done
11
12 .PHONY: clean
13 clean:
14         -rm -f ${TESTS}