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

TESTS=	test-conj test-csqrt test-exponential test-fenv test-fma \
	test-fmaxmin test-ilogb test-invtrig 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