build: Enable MLK check on csdk stack test
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Sat, 17 Dec 2016 02:41:17 +0000 (03:41 +0100)
committerZiran Sun <ziran.sun@samsung.com>
Tue, 20 Dec 2016 10:41:47 +0000 (10:41 +0000)
Change-Id: I3db43fdf83d816e024c23426cd28a3821fa33cc0
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/15783
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Ziran Sun <ziran.sun@samsung.com>
resource/csdk/stack/test/SConscript

index 60ff833..5fbd533 100644 (file)
@@ -81,6 +81,5 @@ if stacktest_env.get('TEST') == '1' and stacktest_env.get('SECURED') != '1':
        if target_os in ['linux', 'windows']:
                 from tools.scons.RunTest import *
                 run_test(stacktest_env,
-#                        'resource_csdk_stack_test.memcheck',
-                         '',
+                         'resource_csdk_stack_test.memcheck',
                          'resource/csdk/stack/test/stacktests')