Mercurial > hg > octave-kai > gnulib-hg
diff modules/isnanf-tests @ 10266:c0565d2cba32
Add isnanf module.
author | Ben Pfaff <blp@cs.stanford.edu> |
---|---|
date | Sat, 12 Jul 2008 10:46:03 -0700 (2008-07-12) |
parents | |
children | a48d3d749ca5 |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/modules/isnanf-tests @@ -0,0 +1,15 @@ +Files: +tests/test-isnanf.c +tests/test-isnanf.h +tests/nan.h + +Depends-on: + +configure.ac: +gl_FLOAT_EXPONENT_LOCATION + +Makefile.am: +TESTS += test-isnanf +check_PROGRAMS += test-isnanf +test_isnanf_LDADD = $(LDADD) @ISNANF_LIBM@ +