summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
Diffstat (limited to 'status')
-rw-r--r--status/Jamfile.v24
1 files changed, 2 insertions, 2 deletions
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2
index e058af3dfd..a919a729a8 100644
--- a/status/Jamfile.v2
+++ b/status/Jamfile.v2
@@ -195,9 +195,9 @@ libs-to-test = [ SORT $(libs-to-test) ] ;
run-tests libs : $(libs-to-test)/test ;
# Tests from Jamfiles in tools/
-# Please keep these in alphabetic order
+# Please keep these in alphabetical order
-local tools-to-test = bcp quickbook ;
+local tools-to-test = bcp ;
run-tests tools : $(tools-to-test)/test ;