frexp-nolibm, frexpl-nolibm tests: Fix bug introduced on 2012-03-03.
authorJim Meyering <meyering@redhat.com>
Thu, 8 Mar 2012 03:23:53 +0000 (04:23 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 8 Mar 2012 03:23:53 +0000 (04:23 +0100)
* modules/frexp-nolibm-tests (Files): Add tests/test-frexp.h,
tests/randomd.c.
(Makefile.am): Add randomd.c to test_frexp_nolibm_SOURCES.
* modules/frexpl-nolibm-tests (Files): Add tests/test-frexp.h,
tests/randoml.c.
(Makefile.am): Add randoml.c to test_frexpl_nolibm_SOURCES.

ChangeLog
modules/frexp-nolibm-tests
modules/frexpl-nolibm-tests

index 10233c9..a2bb84e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2012-03-07  Jim Meyering  <meyering@redhat.com>
+           Bruno Haible  <bruno@clisp.org>
+
+       frexp-nolibm, frexpl-nolibm tests: Fix bug introduced on 2012-03-03.
+       * modules/frexp-nolibm-tests (Files): Add tests/test-frexp.h,
+       tests/randomd.c.
+       (Makefile.am): Add randomd.c to test_frexp_nolibm_SOURCES.
+       * modules/frexpl-nolibm-tests (Files): Add tests/test-frexp.h,
+       tests/randoml.c.
+       (Makefile.am): Add randoml.c to test_frexpl_nolibm_SOURCES.
+
 2012-03-07  Bruno Haible  <bruno@clisp.org>
 
        expm1l: Avoid compilation error on AIX.
index 963a52e..39e8159 100644 (file)
@@ -1,10 +1,12 @@
 Files:
 tests/test-frexp.c
+tests/test-frexp.h
 tests/minus-zero.h
 tests/infinity.h
 tests/nan.h
 tests/signature.h
 tests/macros.h
+tests/randomd.c
 
 Depends-on:
 isnand-nolibm
@@ -15,4 +17,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-frexp-nolibm
 check_PROGRAMS += test-frexp-nolibm
-test_frexp_nolibm_SOURCES = test-frexp.c
+test_frexp_nolibm_SOURCES = test-frexp.c randomd.c
index ffc6892..7f5d547 100644 (file)
@@ -1,10 +1,12 @@
 Files:
 tests/test-frexpl.c
+tests/test-frexp.h
 tests/minus-zero.h
 tests/infinity.h
 tests/nan.h
 tests/signature.h
 tests/macros.h
+tests/randoml.c
 
 Depends-on:
 fpucw
@@ -16,4 +18,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-frexpl-nolibm
 check_PROGRAMS += test-frexpl-nolibm
-test_frexpl_nolibm_SOURCES = test-frexpl.c
+test_frexpl_nolibm_SOURCES = test-frexpl.c randoml.c