Browse Source

[Tools] Remove `scons --test` argument.

Bernard Xiong 7 năm trước cách đây
mục cha
commit
9f0998abb8
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  1. 0 6
      tools/building.py

+ 0 - 6
tools/building.py

@@ -326,12 +326,6 @@ def PrepareBuilding(env, root_directory, has_libcpu=False, remove_components = [
         mk_rtconfig(configfn)
         exit(0)
 
-    AddOption('--test',
-                dest='test',
-                action='store_true',
-                default=False,
-                help='some test feature')
-
     # add comstr option
     AddOption('--verbose',
                 dest='verbose',