build: Enable MLK check for connectivity tests
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, 20 Dec 2016 22:14:48 +0000 (22:14 +0000)
Bug: https://jira.iotivity.org/browse/IOT-1428
Change-Id: I91620205843da3c68d600deffe44e55001ff8f51
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/15383
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Habib Virji <habib.virji@samsung.com>
Reviewed-by: Mats Wichmann <mats@linux.com>
Reviewed-by: Kevin Kane <kkane@microsoft.com>
resource/csdk/connectivity/test/SConscript

index 369165e..6943ba5 100644 (file)
@@ -94,6 +94,5 @@ if catest_env.get('TEST') == '1' and catest_env.get('SECURED') != '1':
                 catest_env.AppendENVPath('PATH', catest_env.get('BUILD_DIR'))
                 from tools.scons.RunTest import *
                 run_test(catest_env,
-#                        'resource_csdk_connectivity_test.memcheck',
-                         '',
+                         'resource_csdk_connectivity_test.memcheck',
                          'resource/csdk/connectivity/test/catests')