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:
25
modules/fenv-exceptions-trapping-tests
Normal file
25
modules/fenv-exceptions-trapping-tests
Normal 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@
|
Reference in New Issue
Block a user