annotate modules/isnand-tests @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -0800
parents 328819af1c02
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10265
ecc1f86df809 Add isnand module.
Ben Pfaff <blp@cs.stanford.edu>
parents:
diff changeset
1 Files:
ecc1f86df809 Add isnand module.
Ben Pfaff <blp@cs.stanford.edu>
parents:
diff changeset
2 tests/test-isnand.c
ecc1f86df809 Add isnand module.
Ben Pfaff <blp@cs.stanford.edu>
parents:
diff changeset
3 tests/test-isnand.h
13834
108bbfd6f03b frexp, tests: work around ICC bug with -zero
Eric Blake <eblake@redhat.com>
parents: 12496
diff changeset
4 tests/minus-zero.h
15595
328819af1c02 Support for MSVC compiler: Avoid division by a literal 0.
Bruno Haible <bruno@clisp.org>
parents: 13834
diff changeset
5 tests/infinity.h
10265
ecc1f86df809 Add isnand module.
Ben Pfaff <blp@cs.stanford.edu>
parents:
diff changeset
6 tests/nan.h
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 10265
diff changeset
7 tests/macros.h
10265
ecc1f86df809 Add isnand module.
Ben Pfaff <blp@cs.stanford.edu>
parents:
diff changeset
8
ecc1f86df809 Add isnand module.
Ben Pfaff <blp@cs.stanford.edu>
parents:
diff changeset
9 Depends-on:
ecc1f86df809 Add isnand module.
Ben Pfaff <blp@cs.stanford.edu>
parents:
diff changeset
10
ecc1f86df809 Add isnand module.
Ben Pfaff <blp@cs.stanford.edu>
parents:
diff changeset
11 configure.ac:
ecc1f86df809 Add isnand module.
Ben Pfaff <blp@cs.stanford.edu>
parents:
diff changeset
12 gl_DOUBLE_EXPONENT_LOCATION
ecc1f86df809 Add isnand module.
Ben Pfaff <blp@cs.stanford.edu>
parents:
diff changeset
13
ecc1f86df809 Add isnand module.
Ben Pfaff <blp@cs.stanford.edu>
parents:
diff changeset
14 Makefile.am:
ecc1f86df809 Add isnand module.
Ben Pfaff <blp@cs.stanford.edu>
parents:
diff changeset
15 TESTS += test-isnand
ecc1f86df809 Add isnand module.
Ben Pfaff <blp@cs.stanford.edu>
parents:
diff changeset
16 check_PROGRAMS += test-isnand
ecc1f86df809 Add isnand module.
Ben Pfaff <blp@cs.stanford.edu>
parents:
diff changeset
17 test_isnand_LDADD = $(LDADD) @ISNAND_LIBM@
ecc1f86df809 Add isnand module.
Ben Pfaff <blp@cs.stanford.edu>
parents:
diff changeset
18