BIND 10 #3243: [kean] The serial unit tests execution is not possible for automake 1.13 and later
BIND 10 Development
do-not-reply at isc.org
Tue Dec 17 07:19:53 UTC 2013
#3243: [kean] The serial unit tests execution is not possible for automake 1.13
and later
-------------------------------------+-------------------------------------
Reporter: marcin | Owner:
Type: enhancement | UnAssigned
Priority: medium | Status:
Component: build system | reviewing
Keywords: | Milestone:
Sensitive: 0 | Sprint-20131015
Sub-Project: Core | Resolution:
Estimated Difficulty: 0 | CVSS Scoring:
Total Hours: 0 | Defect Severity: N/A
| Feature Depending on Ticket:
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
Changes (by kean):
* owner: kean => UnAssigned
* status: accepted => reviewing
Comment:
Sadly we can't use --enable-serial-tests as an option to configure because
that is a post-generation option, and we need to specify the automake
options during autoreconf time. Checking for AM_PROG_INSTALL is also naive
as that macro seems to come and go. So instead, I have created a
bootstrap.sh script that drives generating the configure script. Part of
its work is to check the version of automake being used and to produce a
macro file that is used to set the automake options. By default
bootstrap.sh will use the parallel test harness. If you want to use the
serial test harness for use on the build farm so you only have a single
log file to scrape, invoke bootstrap.sh with the single argument "serial".
Updated the guide accordingly as well.
--
Ticket URL: <http://bind10.isc.org/ticket/3243#comment:3>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list