Avoid generating same test program with two different rules.
authorBruno Haible <bruno@clisp.org>
Sat, 15 Nov 2008 22:35:22 +0000 (23:35 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 15 Nov 2008 22:35:22 +0000 (23:35 +0100)
ChangeLog
modules/frexp-nolibm-tests
modules/frexpl-nolibm-tests

index 32767a8e5013c63ad747ae8599563aad332d943c..56e861d96026aec9ce4e31b466ce9cb8f54b984f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-15  Bruno Haible  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
 
        * modules/frexpl-tests (Makefile.am): Link test-frexpl with
index ec0f4c7312985f4e80e951747f0e28dddd4cbdbc..ae57fb42cfc0435dc0772485903b3c274eaad56c 100644 (file)
@@ -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
index 572265d077cb2882ffea66476285275bfdfd3a59..316d40c74bf1a31c2f26d6076c0f7b1611ae0874 100644 (file)
@@ -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