about summary refs log tree commit diff
path: root/math/Makefile
diff options
context:
space:
mode:
authorWilco <wdijkstr@arm.com>2014-06-10 15:50:25 +0100
committerMarcus Shawcroft <marcus.shawcroft@arm.com>2014-06-10 15:50:25 +0100
commit0570cfed7f46a6e71175e1e6fc52fa9b3f22e677 (patch)
treeadd7c8dfdf12859df94276021d8871a354d72059 /math/Makefile
parentf8ba1b5654d876c8db4c9a020e6fa976d434f988 (diff)
downloadglibc-0570cfed7f46a6e71175e1e6fc52fa9b3f22e677.tar.gz
glibc-0570cfed7f46a6e71175e1e6fc52fa9b3f22e677.tar.xz
glibc-0570cfed7f46a6e71175e1e6fc52fa9b3f22e677.zip
Add FE_NOMASK_ENV return value test.
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index b5cbfda469..55ae19d1fc 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -90,7 +90,7 @@ tests = test-matherr test-fenv atest-exp atest-sincos atest-exp2 basic-test \
 	test-misc test-fpucw test-fpucw-ieee tst-definitions test-tgmath \
 	test-tgmath-ret bug-nextafter bug-nexttoward bug-tgmath1 \
 	test-tgmath-int test-tgmath2 test-powl tst-CMPLX tst-CMPLX2 test-snan \
-	test-fenv-tls test-fenv-preserve $(tests-static)
+	test-fenv-tls test-fenv-preserve test-fenv-return $(tests-static)
 tests-static = test-fpucw-static test-fpucw-ieee-static
 # We do the `long double' tests only if this data type is available and
 # distinct from `double'.