From 9f0998abb84438d32fc7aca70174287d85762c26 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Thu, 31 May 2018 09:58:35 +0800 Subject: [PATCH] [Tools] Remove `scons --test` argument. --- tools/building.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/building.py b/tools/building.py index b859f30eb4..c727591bb0 100644 --- a/tools/building.py +++ b/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',