From 522650533719f799f5af241ed46b9a1410e97a8e Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sun, 20 Dec 2015 03:06:29 +0000 Subject: [PATCH] Update the test list after r292328 Add test-invtrig to the list of tests Sponsored by: EMC / Isilon Storage Division --- tools/regression/lib/msun/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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