changeset 30502:a3ccad84bd0e

Avoid generating same test program with two different rules.
author Bruno Haible <bruno@clisp.org>
date Sat, 15 Nov 2008 23:35:22 +0100
parents ab4d86cbcaee
children 0cd99e639638
files ChangeLog modules/frexp-nolibm-tests modules/frexpl-nolibm-tests
diffstat 3 files changed, 14 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Nov 15 23:31:45 2008 +0100
+++ b/ChangeLog	Sat Nov 15 23:35:22 2008 +0100
@@ -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
--- a/modules/frexp-nolibm-tests	Sat Nov 15 23:31:45 2008 +0100
+++ b/modules/frexp-nolibm-tests	Sat Nov 15 23:35:22 2008 +0100
@@ -8,8 +8,9 @@
 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
--- a/modules/frexpl-nolibm-tests	Sat Nov 15 23:31:45 2008 +0100
+++ b/modules/frexpl-nolibm-tests	Sat Nov 15 23:35:22 2008 +0100
@@ -9,8 +9,9 @@
 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