X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=auto_build.py;h=4c1330e0ec915ca5b1604e474c03593b293b56b2;hb=eb4cf6824439d79e05685766f2d1e263abeba209;hp=105ba84e4f7a943463ae22f8814e140257da4ed5;hpb=9a6a8427183ea6912c3888070ac999872acdf8aa;p=platform%2Fupstream%2Fiotivity.git diff --git a/auto_build.py b/auto_build.py index 105ba84..4c1330e 100644 --- a/auto_build.py +++ b/auto_build.py @@ -399,7 +399,12 @@ def unit_tests(): 'TEST':1, 'RELEASE':'false', } - extra_option_str = "resource" + call_scons(build_options, extra_option_str) + build_options = { + 'TEST':1, + 'SECURED':1, + 'RELEASE':'false', + } call_scons(build_options, extra_option_str) print ("*********** Unit test Stop *************")