]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/regression/lib/libc/stdio/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / tools / regression / lib / libc / stdio / Makefile
1 # $FreeBSD$
2
3 TESTS=  test-fmemopen test-getdelim test-open_memstream test-open_wmemstream \
4         test-perror test-print-positional test-printbasic test-printfloat \
5         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}