On 10/05/2017 11:29 AM, Steve Saunders (CableLabs) wrote: > Thanks All. Another question: > > scons LOGGING=1 VERBOSE=1 TEST=1 RELEASE=false SECURED=1 > resource/csdk/stack/test/ > > > Should all of my test builds use the SECURED=1 flag, and what is difference > if that flag is not used?
the unit test run from Jenkins, which you also get with "auto_build.sh unit_tests" actually runs three builds in series: scons clean scons SECURED=0 scons SECURED=1 none of the tests which involve onboarding, etc. happen if SECURED=0 _______________________________________________ iotivity-dev mailing list [email protected] https://lists.iotivity.org/mailman/listinfo/iotivity-dev
