From 6f47d3c5bec2761b9450472d57884c2b8ee69dcf Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 15 Nov 2008 23:35:22 +0100 Subject: [PATCH] Avoid generating same test program with two different rules. --- ChangeLog | 8 ++++++++ modules/frexp-nolibm-tests | 5 +++-- modules/frexpl-nolibm-tests | 5 +++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 32767a8e5..56e861d96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2008-11-15 Bruno Haible + Avoid generating same test program with two different rules. + * modules/frexp-nolibm-tests (Makefile.am): Rename test program from + test-frexp to test-frexp-nolibm. + * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from + test-frexpl to test-frexpl-nolibm. + +2008-11-15 Bruno Haible + * modules/frexpl-tests (Makefile.am): Link test-frexpl with $(FREXPL_LIBM). diff --git a/modules/frexp-nolibm-tests b/modules/frexp-nolibm-tests index ec0f4c731..ae57fb42c 100644 --- a/modules/frexp-nolibm-tests +++ b/modules/frexp-nolibm-tests @@ -8,8 +8,9 @@ signbit configure.ac: Makefile.am: -TESTS += test-frexp -check_PROGRAMS += test-frexp +TESTS += test-frexp-nolibm +check_PROGRAMS += test-frexp-nolibm +test_frexp_nolibm_SOURCES = test-frexp.c License: LGPL diff --git a/modules/frexpl-nolibm-tests b/modules/frexpl-nolibm-tests index 572265d07..316d40c74 100644 --- a/modules/frexpl-nolibm-tests +++ b/modules/frexpl-nolibm-tests @@ -9,8 +9,9 @@ signbit configure.ac: Makefile.am: -TESTS += test-frexpl -check_PROGRAMS += test-frexpl +TESTS += test-frexpl-nolibm +check_PROGRAMS += test-frexpl-nolibm +test_frexpl_nolibm_SOURCES = test-frexpl.c License: LGPL -- 2.11.0