summaryrefslogtreecommitdiff
path: root/modules/frexpl-nolibm-tests
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-03-08 04:23:53 +0100
committerBruno Haible <bruno@clisp.org>2012-03-08 04:23:53 +0100
commit7caf68e5778401258faad7e994986e60b7a87aa8 (patch)
tree1aa962534ee2a713d063e342cf28516ccf1bb190 /modules/frexpl-nolibm-tests
parentbb5fbd18dc7c27680bdbf81dd8f615020a58bdcb (diff)
downloadgnulib-7caf68e5778401258faad7e994986e60b7a87aa8.tar.gz
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.
Diffstat (limited to 'modules/frexpl-nolibm-tests')
-rw-r--r--modules/frexpl-nolibm-tests4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/frexpl-nolibm-tests b/modules/frexpl-nolibm-tests
index ffc6892de0..7f5d547779 100644
--- 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 @@ 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