diff options
author | Wilco <wdijkstr@arm.com> | 2014-06-10 15:50:25 +0100 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2014-06-10 15:50:25 +0100 |
commit | 0570cfed7f46a6e71175e1e6fc52fa9b3f22e677 (patch) | |
tree | add7c8dfdf12859df94276021d8871a354d72059 /math/Makefile | |
parent | f8ba1b5654d876c8db4c9a020e6fa976d434f988 (diff) | |
download | glibc-0570cfed7f46a6e71175e1e6fc52fa9b3f22e677.zip glibc-0570cfed7f46a6e71175e1e6fc52fa9b3f22e677.tar.gz glibc-0570cfed7f46a6e71175e1e6fc52fa9b3f22e677.tar.bz2 |
Add FE_NOMASK_ENV return value test.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index b5cbfda..55ae19d 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'. |