mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 15:13:36 +00:00
* 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.
20 lines
347 B
Plaintext
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)
|