1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-05-13 15:13:36 +00:00
Files
gnulib/modules/totalordermag-tests
Bruno Haible a92fbf1256 totalordermag: Add tests.
* tests/test-totalordermag.c: New file, based on
tests/test-totalorder.c.
* tests/test-totalordermag.h: New file, based on
tests/test-totalorder.h.
* modules/totalordermag-tests: New file, based on
modules/totalorder-tests.
2024-04-19 02:21:43 +02:00

20 lines
347 B
Plaintext

Files:
tests/test-totalordermag.c
tests/test-totalordermag.h
tests/minus-zero.h
tests/infinity.h
tests/signature.h
tests/macros.h
Depends-on:
signed-nan
signed-snan
setpayload
configure.ac:
Makefile.am:
TESTS += test-totalordermag
check_PROGRAMS += test-totalordermag
test_totalordermag_LDADD = $(LDADD) @TOTALORDERMAG_LIBM@ $(SETPAYLOAD_LIBM)