From 0940559e188c194399b193ad5058c6ca03ddda9c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 3 Nov 2007 16:36:58 +0100 Subject: [PATCH] Tests for module 'frexp-nolibm'. --- ChangeLog | 2 ++ modules/frexp-nolibm-tests | 15 +++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 modules/frexp-nolibm-tests 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 -- 2.11.0