Automatically running the Boost inspect tool
"Paul A. Bristow" <[email protected]> Thu, 17 Apr 2014 15:18:29 +0100
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <[email protected]> |
I've been trying to be virtuous and setting a good example by running the Boost
Inspect Tool over docs automatically.
So far I have added this (from Beman) to the end of the jamfile,
# Run inspect tool.
run /boost/tools/inspect//inspect/<variant>release
: $(parent) -text -brief # Command line.
: # Input files
: <dependency>/boost/filesystem//boost_filesystem
<test-info>always_show_run_output # Requirements.
: inspect # Test name.
;
and this works OK.
But it adds quite a long time to the docs build because it re-builds the inspect
tool every time :-(
It would be good to devise a 'standard' way to run the tool automatically rather
than running inspect.exe in the directory as a post-builditem(I've used an
addition to a batch file) or worse, waiting days for the regression 'sinners'
list to show up.
Suggestions welcome on a better way of doing this?
Paul
---
Paul A. Bristow
Prizet Farmhouse
Kendal UK LA8 8AB
+44 01539 561830