replace : iotivity -> iotivity-sec
[platform/upstream/iotivity.git] / resource / csdk / connectivity / test / SConscript
index 1bb7487..24a0df3 100644 (file)
@@ -69,7 +69,7 @@ tests_src = [
        'catests.cpp',
        'caprotocolmessagetest.cpp',
        'ca_api_unittest.cpp',
-       'camutex_tests.cpp',
+       'octhread_tests.cpp',
        'uarraylist_test.cpp',
        'ulinklist_test.cpp',
        'uqueue_test.cpp'
@@ -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')