build: Enable MLK check for csdk provisioning test
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Thu, 1 Dec 2016 00:35:50 +0000 (01:35 +0100)
committerPhil Coval <philippe.coval@osg.samsung.com>
Sat, 31 Dec 2016 00:54:53 +0000 (00:54 +0000)
For linux.

Bug: https://jira.iotivity.org/browse/IOT-1486
Change-Id: Iecefaab80e6b11fada722d1ad00025319f9e7338
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/14981
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: George Nash <george.nash@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/15781
Reviewed-by: Mats Wichmann <mats@linux.com>
resource/csdk/security/provisioning/unittest/SConscript

index 13fdfb5..314902d 100644 (file)
@@ -127,6 +127,5 @@ if sptest_env.get('TEST') == '1' and sptest_env.get('SECURED') != '1':
                sptest_env.AppendENVPath('LD_LIBRARY_PATH', [out_dir])
                sptest_env.AppendENVPath('PATH', sptest_env.get('BUILD_DIR'))
                run_test(sptest_env,
-#                               'resource_csdk_security_provisioning_unittest.memcheck',
-                                '',
+                                'resource_csdk_security_provisioning_unittest.memcheck',
                                 'resource/csdk/security/provisioning/unittest/unittest')