Simplify.
authorBruno Haible <bruno@clisp.org>
Mon, 23 Jan 2006 20:38:51 +0000 (20:38 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 23 Jan 2006 20:38:51 +0000 (20:38 +0000)
ChangeLog
modules/lock-tests
modules/tls-tests

index 7f424f2fbc13132ad39f13d91f9bc93991df3154..fdeffd6fb897ed98718c07009957672126537c5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-19  Simon Josefsson  <jas@extundo.com>
+
+       * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
+       Remove the test_*_SOURCES variable: automake infers it by default.
+       * modules/tls-tests: Likewise.
+
 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
 
         * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
index 568077176581d81dff488e5faf071d4c36bab843..2e410c99a2c84eee3556a21162820e3b719a0ba1 100644 (file)
@@ -14,7 +14,6 @@ AC_SUBST([LIBSCHED])
 
 Makefile.am:
 TESTS += test-lock
-noinst_PROGRAMS += test-lock
-test_lock_SOURCES = test-lock.c
+check_PROGRAMS += test-lock
 test_lock_LDADD = @LIBMULTITHREAD@ @LIBSCHED@ $(LDADD)
 
index 8824febff4cfa3316effa74e0ecbdc15b504fd03..7868519c1031eaca6a8d3c1864e052b60525dcba 100644 (file)
@@ -14,7 +14,6 @@ AC_SUBST([LIBSCHED])
 
 Makefile.am:
 TESTS += test-tls
-noinst_PROGRAMS += test-tls
-test_tls_SOURCES = test-tls.c
+check_PROGRAMS += test-tls
 test_tls_LDADD = @LIBMULTITHREAD@ @LIBSCHED@ $(LDADD)