1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

fenv-exceptions-trapping: Add tests.

* tests/test-fenv-except-trapping-1.c: New file.
* tests/test-fenv-except-trapping-2.sh: New file.
* tests/test-fenv-except-trapping-2.c: New file.
* modules/fenv-exceptions-trapping-tests: New file.
This commit is contained in:
Bruno Haible
2023-10-31 21:54:49 +01:00
parent e5a52e29df
commit e60ee371bb
5 changed files with 621 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
Files:
tests/test-fenv-except-trapping-1.c
tests/test-fenv-except-trapping-2.sh
tests/test-fenv-except-trapping-2.c
tests/infinity.h
tests/macros.h
m4/musl.m4
Depends-on:
fenv-exceptions-tracking-c99
nan
snan
configure.ac:
gl_MUSL_LIBC
Makefile.am:
TESTS += \
test-fenv-except-trapping-1 \
test-fenv-except-trapping-2.sh
check_PROGRAMS += \
test-fenv-except-trapping-1 \
test-fenv-except-trapping-2
test_fenv_except_trapping_1_LDADD = $(LDADD) @FENV_EXCEPTIONS_TRAPPING_LIBM@
test_fenv_except_trapping_2_LDADD = $(LDADD) @FENV_EXCEPTIONS_TRAPPING_LIBM@ @FENV_EXCEPTIONS_TRACKING_LIBM@