ソースを参照

Remove quickbook from status as it breaks --dump-tests

Peter Dimov 8 年 前
コミット
849f057755
1 ファイル変更2 行追加2 行削除
  1. 2 2
      status/Jamfile.v2

+ 2 - 2
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 ;
 

粤ICP备19079148号