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

TESTS=	test-fenv test-ilogb test-lrint test-lround test-next test-rem
CFLAGS+= -O0 -lm
ARCH!=	uname -m

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

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