connectivity: Enable resource/csdk/connectivity test
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Thu, 1 Dec 2016 01:35:43 +0000 (02:35 +0100)
committerPhil Coval <philippe.coval@osg.samsung.com>
Thu, 1 Dec 2016 13:17:13 +0000 (13:17 +0000)
Bug: https://jira.iotivity.org/browse/IOT-1486
Change-Id: I6b47f7b3439b923ec12f26b0e159e3b7a1144658
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/12721
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Ziran Sun <ziran.sun@samsung.com>
resource/csdk/connectivity/test/SConscript

index 1bb7487..3ad6615 100644 (file)
@@ -87,12 +87,10 @@ catests = catest_env.Program('catests', tests_src)
 Alias("test", [catests])
 
 catest_env.AppendTarget('test')
-# TODO: add linux to supported test and remove this line
 if catest_env.get('TEST') == '1':
         if target_os in ['linux', 'windows']:
                 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')