automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: proposed patch: parallel-tests: per-extension test driver: ext_COMPI


From: Akim Demaille
Subject: Re: proposed patch: parallel-tests: per-extension test driver: ext_COMPILE.
Date: Mon, 30 Mar 2009 22:02:51 +0200


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 be generated using a .chk.log suffix rule.
Only the latter one will have a $(CHK_LOG_COMPILE), while there will be no $(TEST_LOG_COMPILE) (because .test was not listed as extension), nor
$(LOG_COMPILE) (because foo has no extension).  The above proposal was
meant as: adding $(LOG_COMPILE) (as defined above) to those test runs
which are generated by means of explicit rules.

Makes sense now?

Yes, perfect sense now :)  Sure, it would make it more complete!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]