Просмотр исходного кода
build: Use the perl TAP::Harness for the C test suite
The automake TAP driver only appeared once the parallel test runner
allowed custom drivers after 1.11, which we were not requesting in
the AM_INIT_AUTOMAKE call.
But simply requesting a later version is not good enough, as Debian
stable (wheezy) is still only shipping automake 1.11. Instead just switch
to use the perl TAP::Harness infrastructure for the C test suite too.
Regression introduced in commit d9833ac0b6b66e9dfaff272f6d0a25373bfff091.