From 9e483a83181cbf915b4271adf8d55a2a4ca53b6e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 23 Dec 2017 05:29:35 +0200 Subject: [PATCH] Add quickbook to status/Jamfile --- status/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;