From: Philippe Coval Date: Fri, 9 Dec 2016 23:09:48 +0000 (+0100) Subject: build: Support SECURED mode on csdk stack test X-Git-Tag: 1.3.0~880 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78dbc935d720c789cc573182adaa29222c84abb5;p=platform%2Fupstream%2Fiotivity.git build: Support SECURED mode on csdk stack test MLK as also checked, no further changes needed Bug: https://jira.iotivity.org/browse/IOT-1684 Change-Id: Id0fda3c253e1cafae6552c0e37afbfffd0ce98cf Signed-off-by: Philippe Coval Reviewed-on: https://gerrit.iotivity.org/gerrit/15381 Tested-by: jenkins-iotivity Reviewed-by: Kevin Kane Reviewed-by: George Nash Reviewed-by: Greg Zaverucha Reviewed-by: Mats Wichmann Reviewed-by: Nivedita Singhvi Reviewed-by: Habib Virji --- diff --git a/resource/csdk/stack/test/SConscript b/resource/csdk/stack/test/SConscript index 5517b08..d534c2c 100644 --- a/resource/csdk/stack/test/SConscript +++ b/resource/csdk/stack/test/SConscript @@ -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',