diff --git a/tools/regression/lib/msun/Makefile b/tools/regression/lib/msun/Makefile index 8b301cbd10d1..4f48e821e74f 100644 --- a/tools/regression/lib/msun/Makefile +++ b/tools/regression/lib/msun/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ TESTS= test-ctrig \ - test-exponential test-fma \ - test-lround test-nearbyint test-next test-rem test-trig + test-exponential test-fma test-invtrig \ + test-lround CFLAGS+= -O0 -lm -Wno-unknown-pragmas .PHONY: tests