+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
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
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