diff options
author | Peter Dimov <pdimov@pdimov.com> | 2017-12-23 05:29:35 +0200 |
---|---|---|
committer | Peter Dimov <pdimov@pdimov.com> | 2018-01-03 20:34:50 +0200 |
commit | 5fff4dc583112beec0f0298de2fc08a9a3712e99 (patch) | |
tree | b0a6efad985d80f5f2f7f61adcaf8d7528e1e90d /status/Jamfile.v2 | |
parent | f31e32b4866a6dc760f2454dfab8806b614a1117 (diff) | |
download | boost-5fff4dc583112beec0f0298de2fc08a9a3712e99.tar.gz |
Add quickbook to status/Jamfile
Diffstat (limited to 'status/Jamfile.v2')
-rw-r--r-- | status/Jamfile.v2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2 index 12d7a2fb18..bdaddce21d 100644 --- a/status/Jamfile.v2 +++ b/status/Jamfile.v2 @@ -197,7 +197,7 @@ run-tests libs : $(libs-to-test)/test ; # Tests from Jamfiles in tools/ # Please keep these in alphabetical order -local tools-to-test = bcp check_build ; +local tools-to-test = bcp check_build quickbook ; run-tests tools : $(tools-to-test)/test ; |