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 7f424f2..fdeffd6 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 5680771..2e410c9 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 8824feb..7868519 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)