* Ralf Wildenhues wrote on Fri, Apr 10, 2009 at 02:05:19PM CEST:
> manual: Add note about parallelism and tests ordering.
>
> * doc/automake.texi (Simple Tests using parallel-tests):
> Dependencies between test logs work for tests with known
> extensions only. Hint that tests
Hello,
another API question turned up:
do we want the developer to specify dependencies between tests as
foo.log: bar.log
or as
foo_log_DEPENDENCIES = bar.log
There are reasons for^W^Wproblems with both:
- *_DEPENDENCIES can also work when tests do not use a suffix listed in
TEST_EXTENSION