]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/regression/lib/msun/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / regression / lib / msun / Makefile
1 # $FreeBSD$
2
3 TESTS=  test-cexp test-conj test-csqrt test-ctrig \
4         test-exponential test-fenv test-fma \
5         test-fmaxmin test-ilogb test-invtrig test-invctrig \
6         test-logarithm test-lrint \
7         test-lround test-nan test-nearbyint test-next test-rem test-trig
8 CFLAGS+= -O0 -lm -Wno-unknown-pragmas
9
10 .PHONY: tests
11 tests: ${TESTS}
12         for p in ${TESTS}; do ${.OBJDIR}/$$p; done
13
14 .PHONY: clean
15 clean:
16         -rm -f ${TESTS}