mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/copysign-tests (Files): Add minus-zero.h. * tests/test-copysign.c (main): Also test zeros. Signed-off-by: Eric Blake <eblake@redhat.com>
15 lines
225 B
Plaintext
15 lines
225 B
Plaintext
Files:
|
|
tests/test-copysign.c
|
|
tests/signature.h
|
|
tests/minus-zero.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-copysign
|
|
check_PROGRAMS += test-copysign
|
|
test_copysign_LDADD = $(LDADD) @COPYSIGN_LIBM@
|