Integrate the remaining tools/regression/lib/msun testcases into the
FreeBSD test suite under lib/msun/tests MFC after: 3 weeks X-MFC with: r292328 Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
3fa6dcd293
commit
8a7d0e8ce3
@ -39,12 +39,19 @@ NETBSD_ATF_TESTS_C+= tanh_test
|
||||
TAP_TESTS_C+= cexp_test
|
||||
TAP_TESTS_C+= conj_test
|
||||
TAP_TESTS_C+= csqrt_test
|
||||
TAP_TESTS_C+= ctrig_test
|
||||
TAP_TESTS_C+= exponential_test
|
||||
TAP_TESTS_C+= fenv_test
|
||||
TAP_TESTS_C+= fma_test
|
||||
TAP_TESTS_C+= fmaxmin_test
|
||||
TAP_TESTS_C+= ilogb_test
|
||||
TAP_TESTS_C+= invtrig_test
|
||||
TAP_TESTS_C+= invctrig_test
|
||||
TAP_TESTS_C+= logarithm_test
|
||||
TAP_TESTS_C+= lrint_test
|
||||
# XXX: the testcase crashes on all platforms, but only on head
|
||||
# (bug 205451)
|
||||
#TAP_TESTS_C+= lround_test
|
||||
TAP_TESTS_C+= nan_test
|
||||
TAP_TESTS_C+= nearbyint_test
|
||||
TAP_TESTS_C+= next_test
|
||||
@ -53,7 +60,6 @@ TAP_TESTS_C+= trig_test
|
||||
|
||||
.for t in ${TAP_TESTS_C}
|
||||
CFLAGS.$t+= -O0
|
||||
CFLAGS.$t+= -I${SRCTOP}/tools/regression/lib/msun
|
||||
.endfor
|
||||
|
||||
CSTD= c99
|
||||
|
@ -1,14 +0,0 @@
|
||||
# $FreeBSD$
|
||||
|
||||
TESTS= test-ctrig \
|
||||
test-exponential test-fma test-invtrig \
|
||||
test-lround
|
||||
CFLAGS+= -O0 -lm -Wno-unknown-pragmas
|
||||
|
||||
.PHONY: tests
|
||||
tests: ${TESTS}
|
||||
for p in ${TESTS}; do ${.OBJDIR}/$$p; done
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
-rm -f ${TESTS}
|
@ -1,10 +0,0 @@
|
||||
#!/bin/sh
|
||||
# $FreeBSD$
|
||||
|
||||
cd `dirname $0`
|
||||
|
||||
executable=`basename $0 .t`
|
||||
|
||||
make $executable 2>&1 > /dev/null
|
||||
|
||||
exec ./$executable
|
@ -1,10 +0,0 @@
|
||||
#!/bin/sh
|
||||
# $FreeBSD$
|
||||
|
||||
cd `dirname $0`
|
||||
|
||||
executable=`basename $0 .t`
|
||||
|
||||
make $executable 2>&1 > /dev/null
|
||||
|
||||
exec ./$executable
|
@ -1,10 +0,0 @@
|
||||
#!/bin/sh
|
||||
# $FreeBSD$
|
||||
|
||||
cd `dirname $0`
|
||||
|
||||
executable=`basename $0 .t`
|
||||
|
||||
make $executable 2>&1 > /dev/null
|
||||
|
||||
exec ./$executable
|
@ -1,10 +0,0 @@
|
||||
#!/bin/sh
|
||||
# $FreeBSD$
|
||||
|
||||
cd `dirname $0`
|
||||
|
||||
executable=`basename $0 .t`
|
||||
|
||||
make $executable 2>&1 > /dev/null
|
||||
|
||||
exec ./$executable
|
Loading…
Reference in New Issue
Block a user