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 ;