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

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

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

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