* modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 25 Feb 2006 05:07:39 +0000 (05:07 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 25 Feb 2006 05:07:39 +0000 (05:07 +0000)
* modules/lock-tests (TESTS): Use $(EXEEXT).
* modules/tls-tests: Likewise.
* modules/argp-tests: Likewise.
(check_PROGRAMS): New var, replacing...
(noinst_PROGRAMS, test_argp_SOURCES): Remove.

ChangeLog
modules/argp-tests
modules/lock-tests
modules/tls-tests
modules/xstrtod

index 3e701d6..babbf62 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
+
+       * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
+       * modules/lock-tests (TESTS): Use $(EXEEXT).
+       * modules/tls-tests: Likewise.
+        * modules/argp-tests: Likewise.
+       (check_PROGRAMS): New var, replacing...
+       (noinst_PROGRAMS, test_argp_SOURCES): Remove.
+
 2006-02-16  Simon Josefsson  <jas@extundo.com>
 
        * modules/getaddrinfo (Depends-on): Add sys_socket.
index 00cd685..a7dd5ba 100644 (file)
@@ -5,8 +5,6 @@ tests/test-argp-2.sh
 Depends-on:
 
 Makefile.am:
-TESTS += test-argp test-argp-2.sh
-noinst_PROGRAMS += test-argp 
+TESTS += test-argp$(EXEEXT) test-argp-2.sh
+check_PROGRAMS += test-argp 
 EXTRA_DIST += test-argp-2.sh
-test_argp_SOURCES = test-argp.c
-
index 2e410c9..95607b6 100644 (file)
@@ -13,7 +13,7 @@ fi
 AC_SUBST([LIBSCHED])
 
 Makefile.am:
-TESTS += test-lock
+TESTS += test-lock$(EXEEXT)
 check_PROGRAMS += test-lock
 test_lock_LDADD = @LIBMULTITHREAD@ @LIBSCHED@ $(LDADD)
 
index 7868519..2d1f10f 100644 (file)
@@ -13,7 +13,7 @@ fi
 AC_SUBST([LIBSCHED])
 
 Makefile.am:
-TESTS += test-tls
+TESTS += test-tls$(EXEEXT)
 check_PROGRAMS += test-tls
 test_tls_LDADD = @LIBMULTITHREAD@ @LIBSCHED@ $(LDADD)
 
index 2d8e4a6..095616a 100644 (file)
@@ -13,7 +13,6 @@ configure.ac:
 gl_XSTRTOD
 
 Makefile.am:
-lib_SOURCES += xstrtod.h xstrtod.c
 
 Include:
 "xstrtod.h"