-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
b2 features for benchmarking are in separate module
This is so that the module could be easily imported in e.g. project-config.jam and then used for default build, custom build variants, etc.
- Loading branch information
1 parent
37e3fd0
commit 2b9ad2a
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import feature ; | ||
|
||
feature.feature bench.option : : free optional ; | ||
feature.feature bench.launcher : : free optional ; | ||
feature.feature bench.file : : free optional ; |