From 5d95b32a83f1663be6172f07b21ba7615b6055f4 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 18 May 2007 17:22:33 +0000 Subject: [PATCH] Tests for module 'frexpl-nolibm'. --- ChangeLog | 2 ++ modules/frexpl-nolibm-tests | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 modules/frexpl-nolibm-tests diff --git a/ChangeLog b/ChangeLog index 908caf6b0..35ca2f474 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-05-18 Bruno Haible + * modules/frexpl-nolibm-tests: New file. + * modules/frexpl-nolibm: New file. * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro. diff --git a/modules/frexpl-nolibm-tests b/modules/frexpl-nolibm-tests new file mode 100644 index 000000000..572265d07 --- /dev/null +++ b/modules/frexpl-nolibm-tests @@ -0,0 +1,16 @@ +Files: +tests/test-frexpl.c + +Depends-on: +fpucw +isnanl-nolibm +signbit + +configure.ac: + +Makefile.am: +TESTS += test-frexpl +check_PROGRAMS += test-frexpl + +License: +LGPL -- 2.11.0