changeset 29132:9c8cd215636b

Tests for module 'frexp-nolibm'.
author Bruno Haible <bruno@clisp.org>
date Sat, 03 Nov 2007 16:36:58 +0100
parents 7500299cdad2
children 18ce91096f78
files ChangeLog modules/frexp-nolibm-tests
diffstat 2 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Nov 03 16:35:53 2007 +0100
+++ b/ChangeLog	Sat Nov 03 16:36:58 2007 +0100
@@ -1,5 +1,7 @@
 2007-11-03  Bruno Haible  <bruno@clisp.org>
 
+	* modules/frexp-nolibm-tests: New file.
+
 	* modules/frexp-nolibm: New file.
 	* m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/frexp-nolibm-tests	Sat Nov 03 16:36:58 2007 +0100
@@ -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