From: Bruno Haible Date: Sat, 3 Nov 2007 15:36:58 +0000 (+0100) Subject: Tests for module 'frexp-nolibm'. X-Git-Tag: v0.1~8009 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=0940559e188c194399b193ad5058c6ca03ddda9c;p=gnulib.git Tests for module 'frexp-nolibm'. --- diff --git a/ChangeLog b/ChangeLog index c83dca1ec..ede86ddbd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-11-03 Bruno Haible + * modules/frexp-nolibm-tests: New file. + * modules/frexp-nolibm: New file. * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro. diff --git a/modules/frexp-nolibm-tests b/modules/frexp-nolibm-tests new file mode 100644 index 000000000..c1a93da29 --- /dev/null +++ b/modules/frexp-nolibm-tests @@ -0,0 +1,15 @@ +Files: +tests/test-frexp.c + +Depends-on: +isnan-nolibm +signbit + +configure.ac: + +Makefile.am: +TESTS += test-frexp +check_PROGRAMS += test-frexp + +License: +LGPL