summaryrefslogtreecommitdiff
path: root/modules/isnan-tests
diff options
context:
space:
mode:
authorBen Pfaff <blp@cs.stanford.edu>2008-07-12 10:50:41 -0700
committerBen Pfaff <blp@cs.stanford.edu>2008-07-12 11:27:15 -0700
commit7080851f5a8270aee50e8545d28c48c6c75decc1 (patch)
tree453a13b78a8c62e4165a1b15d8017af233454616 /modules/isnan-tests
parent4ade019ba68356b5d58a94dccff159a1fde85ad5 (diff)
downloadgnulib-7080851f5a8270aee50e8545d28c48c6c75decc1.tar.gz
Add isnan module.
Diffstat (limited to 'modules/isnan-tests')
-rw-r--r--modules/isnan-tests16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/isnan-tests b/modules/isnan-tests
new file mode 100644
index 0000000000..f06a783946
--- /dev/null
+++ b/modules/isnan-tests
@@ -0,0 +1,16 @@
+Files:
+tests/test-isnan.c
+tests/nan.h
+
+Depends-on:
+
+configure.ac:
+gl_FLOAT_EXPONENT_LOCATION
+gl_DOUBLE_EXPONENT_LOCATION
+gl_LONG_DOUBLE_EXPONENT_LOCATION
+
+Makefile.am:
+TESTS += test-isnan
+check_PROGRAMS += test-isnan
+test_isnan_LDADD = $(LDADD) @ISNAN_LIBM@
+