build: Support SECURED mode on csdk stack test
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Fri, 9 Dec 2016 23:09:48 +0000 (00:09 +0100)
committerPhil Coval <philippe.coval@osg.samsung.com>
Tue, 10 Jan 2017 17:51:00 +0000 (17:51 +0000)
MLK as also checked, no further changes needed

Bug: https://jira.iotivity.org/browse/IOT-1684
Change-Id: Id0fda3c253e1cafae6552c0e37afbfffd0ce98cf
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/15381
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Kevin Kane <kkane@microsoft.com>
Reviewed-by: George Nash <george.nash@intel.com>
Reviewed-by: Greg Zaverucha <gregz@microsoft.com>
Reviewed-by: Mats Wichmann <mats@linux.com>
Reviewed-by: Nivedita Singhvi <niveditasinghvi@gmail.com>
Reviewed-by: Habib Virji <habib.virji@samsung.com>
resource/csdk/stack/test/SConscript

index 5517b08..d534c2c 100644 (file)
@@ -75,10 +75,8 @@ cbortests = stacktest_env.Program('cbortests', ['cbortests.cpp'])
 
 Alias("test", [stacktests, cbortests])
 
-
 stacktest_env.AppendTarget('test')
-# TODO: fix test in all supported configurations
-if stacktest_env.get('TEST') == '1' and stacktest_env.get('SECURED') != '1':
+if stacktest_env.get('TEST') == '1':
        if target_os in ['linux', 'windows']:
                 run_test(stacktest_env,
                          'resource_csdk_stack_test.memcheck',