]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/lib/msun/Makefile
MFC r292497:
[FreeBSD/stable/10.git] / tools / regression / lib / msun / Makefile
1 # $FreeBSD$
2
3 TESTS=  test-ctrig \
4         test-exponential test-fma \
5         test-lround test-nearbyint test-next test-rem test-trig
6 CFLAGS+= -O0 -lm -Wno-unknown-pragmas
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}