[PATCH] use more common spelling in diagnostic: s/canonic/canonical/

2009-03-30 Thread Jim Meyering
Just noticed this in a diagnostic... >From 99d6d57d4dadeeafd8fef8f774d26c6e65886d89 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 31 Mar 2009 08:30:23 +0200 Subject: [PATCH] use more common spelling in diagnostic: s/canonic/canonical/ * automake.in (check_typos): s/canonic/canonical/ --

Re: parallel-tests: redo lazy checking: recheck and RECHECK_LOGS.

2009-03-30 Thread Ralf Wildenhues
* Akim Demaille wrote on Mon, Mar 30, 2009 at 09:50:59PM CEST: > Le 29 mars 09 à 00:04, Ralf Wildenhues a écrit : > >>> I often use >>> >>> STRICT_TEST_LOGS = $(shell $(LIST_FAILED_TEST_LOGS)) >>> >>> which makes all failing test strict. In other words, successful >>> tests are not rerun by "m

Re: proposed patch: parallel-tests: per-extension test driver: ext_COMPILE.

2009-03-30 Thread Akim Demaille
Le 30 mars 09 à 21:37, Ralf Wildenhues a écrit : But what is a non-extension rule? You mean if the rule is foo: ... ? I mean with TESTS = foo bar.test baz.chk TEST_EXTENSIONS = .chk then foo.log and bar.test.log (sic!) will be generated using explicit rules, while baz.log will b

Re: proposed patch: parallel-tests: per-extension test driver: ext_COMPILE.

2009-03-30 Thread Ralf Wildenhues
* Akim Demaille wrote on Mon, Mar 30, 2009 at 09:25:30PM CEST: > Le 24 mars 09 à 22:57, Ralf Wildenhues a écrit : >> How about this? I really appreciate a look over this. > > I really appreciate your work :) Thanks! >> Note that for extension .foo, the variable names will be FOO_LOG_*, >> i.e.,

Re: parallel-tests: redo lazy checking: recheck and RECHECK_LOGS.

2009-03-30 Thread Akim Demaille
Le 29 mars 09 à 00:04, Ralf Wildenhues a écrit : Hi Akim, Hi Ralf! Agreed. While I won't change the TESTS=foo.test semantics, we can publish that the user can use TEST_LOGS=foo.log to limit the tests to be run. Never thought about that :) Thanks. - LAZY_TEST_SUITE is not flexible

Re: [PATCH 11] Fix LAZY_TEST_SUITE handling and $(TEST_SUITE_LOG) recreation.

2009-03-30 Thread Ralf Wildenhues
Hello Akim, * Akim Demaille wrote on Mon, Mar 30, 2009 at 09:18:06PM CEST: > Le 20 mars 09 à 00:24, Ralf Wildenhues a écrit : > >> Retaining the "TESTS=foo*.test" thing without GNU make-specific >> measures is tricky. It requires to shell-expand $(TESTS), before we >> even start using either of

Re: parallel-tests: warn about $(srcdir), $(top_srcdir) in TESTS.

2009-03-30 Thread Akim Demaille
Le 28 mars 09 à 22:17, Ralf Wildenhues a écrit : diff --git a/doc/automake.texi b/doc/automake.texi index d3b72a5..bf41acb 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -8504,6 +8508,17 @@ the inference rules generated by @command{automake} can apply. For literal test names, @co

Re: proposed patch: parallel-tests: per-extension test driver: ext_COMPILE.

2009-03-30 Thread Akim Demaille
Le 24 mars 09 à 22:57, Ralf Wildenhues a écrit : Hi Akim, Hi Ralf! * Akim Demaille wrote on Sat, Mar 14, 2009 at 01:52:33PM CET: Le 14 mars 09 à 12:08, Ralf Wildenhues a écrit : Corollary: the test driver may not be called CXXCOMPILE. General: For extension `.ext', we cannot use `EXTCOM

Re: [PATCH 11] Fix LAZY_TEST_SUITE handling and $(TEST_SUITE_LOG) recreation.

2009-03-30 Thread Akim Demaille
Le 20 mars 09 à 00:24, Ralf Wildenhues a écrit : Retaining the "TESTS=foo*.test" thing without GNU make-specific measures is tricky. It requires to shell-expand $(TESTS), before we even start using either of $(TESTS) or $(TEST_LOGS). IIUC that means we have to introduce yet another restart

Re: Do not create conditional installation directories

2009-03-30 Thread Akim Demaille
Le 23 mars 09 à 23:31, Ralf Wildenhues a écrit : I assume these two patches implement what you, Akim, desire, while they do not touch the functionality that you, Ralf, would like not to be destroyed. Do you both agree? This is perfect for me, thanks a lot Ralf!