summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/msun/Makefile
blob: dbf582fadb8dbeda854a2661a86e55ea941a2c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

TESTS=	test-cexp test-conj test-csqrt test-ctrig \
	test-exponential test-fenv test-fma \
	test-fmaxmin test-ilogb test-invtrig test-invctrig \
	test-logarithm test-lrint \
	test-lround test-nan test-nearbyint test-next test-rem test-trig
CFLAGS+= -O0 -lm -Wno-unknown-pragmas

.PHONY: tests
tests: ${TESTS}
	for p in ${TESTS}; do ${.OBJDIR}/$$p; done

.PHONY: clean
clean:
	-rm -f ${TESTS}
OpenPOWER on IntegriCloud