Add tools/check_build to status/Jamfile

This commit is contained in:
Peter Dimov 2017-12-18 03:56:02 +02:00
parent b6fb48aaea
commit 0216ee7199

View file

@ -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 ;
local tools-to-test = bcp check_build ;
run-tests tools : $(tools-to-test)/test ;