BIND 10 #2842: build option to disable any test related things
BIND 10 Development
do-not-reply at isc.org
Tue Mar 12 16:44:24 UTC 2013
#2842: build option to disable any test related things
-------------------------------------+-------------------------------------
Reporter: jinmei | Owner:
Type: enhancement | UnAssigned
Priority: medium | Status: new
Component: build system | Milestone: New
Keywords: | Tasks
Sensitive: 0 | Resolution:
Sub-Project: Core | CVSS Scoring:
Estimated Difficulty: 0 | Defect Severity: N/A
Total Hours: 0 | Feature Depending on Ticket:
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
Description changed by jinmei:
Old description:
> See #2841. Aside from its own problem of inet_pton, it occurred to me
> that it may make sense to allow users to skip building anything
> related to tests. Most end users don't care to run these tests, so
> skipping these tests will help reduce build time further, and it will
> also help avoid portability or other build time issues that only
> happen for test only things.
New description:
See #2841. Aside from its own problem of inet_pton, it occurred to me
that it may make sense to allow users to skip building anything
related to tests. Most end users don't care to run these tests, so
skipping these tests will help reduce build time further, and it will
also help avoid portability or other build time issues that only
happen for test only things.
Specifically, we'd add a new ./configure option, e.g.,
`--without-tests`. If it's specified we don't build anything under
"tests" directories (so, gtests are built only when both
`--with-gtest(-source)` and `--with-tests` are specified).
`--without-tests` shouldn't be specified by default for development
branches and git master, but we'll specify it by default for releases.
--
--
Ticket URL: <http://bind10.isc.org/ticket/2842#comment:1>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list