changeset 16608:33400f2acfe2

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.
author Jim Meyering <meyering@redhat.com>
date Thu, 08 Mar 2012 04:23:53 +0100
parents 8b3e493a6849
children 1e35ae24b8f2
files ChangeLog modules/frexp-nolibm-tests modules/frexpl-nolibm-tests
diffstat 3 files changed, 17 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/modules/frexp-nolibm-tests
+++ b/modules/frexp-nolibm-tests
@@ -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 @@
 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
--- a/modules/frexpl-nolibm-tests
+++ b/modules/frexpl-nolibm-tests
@@ -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 @@
 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