Update the test list after r292328

Add test-invtrig to the list of tests

Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2015-12-20 03:06:29 +00:00
parent ee898967d0
commit 5226505337
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292487

View File

@ -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