From: Bruno Haible Date: Mon, 23 Jan 2006 20:38:51 +0000 (+0000) Subject: Simplify. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=740b6ed284f7fdd75cbb03193d0bf568962932cd;p=pspp Simplify. --- diff --git a/ChangeLog b/ChangeLog index 7f424f2fbc..fdeffd6fb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-01-19 Simon Josefsson + + * 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 (tiny change) * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp. diff --git a/modules/lock-tests b/modules/lock-tests index 5680771765..2e410c99a2 100644 --- a/modules/lock-tests +++ b/modules/lock-tests @@ -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) diff --git a/modules/tls-tests b/modules/tls-tests index 8824febff4..7868519c10 100644 --- a/modules/tls-tests +++ b/modules/tls-tests @@ -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)