Author: ngie Date: Sun Dec 20 03:06:29 2015 New Revision: 292487 URL: https://svnweb.freebsd.org/changeset/base/292487
Log: Update the test list after r292328 Add test-invtrig to the list of tests Sponsored by: EMC / Isilon Storage Division Modified: head/tools/regression/lib/msun/Makefile Modified: head/tools/regression/lib/msun/Makefile ============================================================================== --- head/tools/regression/lib/msun/Makefile Sun Dec 20 02:46:51 2015 (r292486) +++ head/tools/regression/lib/msun/Makefile Sun Dec 20 03:06:29 2015 (r292487) @@ -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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"