Project

General

Profile

Actions

Feature #2670

closed

wscript: build a subset of tools

Added by Junxiao Shi about 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Start date:
05/23/2015
Due date:
% Done:

100%

Estimated time:
2.00 h

Description

During ./waf configure, allow selecting a subset of tools.

For every tool, wscript should automatically define --enable-X option and --disable-X option, where X is the directory name for the tool.

The semantics of those options is:

  • If any --enable-* option is used, only those tools specified by --enable-* options are selected.
  • If no --enable-* option is used, all tools excepted those specified by --disable-* options are selected.
  • It's an error to specify both --enable-X and --disable-X for tool X.

Dependency detection for deselected tools should be skipped.

Unit testing for deselected tools should not be built.


Related issues 2 (0 open2 closed)

Related to ndn-tools - Task #2692: Import ndndumpClosedJunxiao Shi

Actions
Blocked by ndn-tools - Task #2795: Introduce unit testingClosedJunxiao Shi

Actions
Actions

Also available in: Atom PDF