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

TESTS=	test-csqrt test-exponential test-fenv test-ilogb test-lrint \
	test-lround test-nan test-next test-rem test-trig
CFLAGS+= -O0 -lm

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

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