[systemd-devel] [PATCH] initial sysv-generator test suite

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Jan 21 06:31:34 PST 2015


On 20/01/15 20:33, Martin Pitt wrote:
> Dimitri John Ledkov [2015-01-20 18:23 +0000]:
>> With parallel test harness in automake (everyone should have it by
>> now)
> 
> Yay, thanks for pointing this out! That makes the whole thing indeed
> much friendlier.

systemd currently has

AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules
tar-pax no-dist-gzip dist-xz subdir-objects])

but Automake 1.11 and 1.12 use the old serial test harness by default.
That doesn't understand the "log compiler" concept.

You'll need to either depend on 1.13 (change the 1.11 to 1.13), or add
the "parallel-tests" option.

    S



More information about the systemd-devel mailing list