Imported Upstream version 1.0.0
[platform/upstream/iotivity.git] / resource / csdk / connectivity / test / SConscript
index b66a223..53b2d6e 100644 (file)
@@ -58,9 +58,6 @@ target_os = env.get('TARGET_OS')
 if target_os not in ['arduino', 'darwin', 'ios']:
        catest_env.AppendUnique(LIBS=['rt'])
 
-if target_os != 'darwin':
-    catest_env.PrependUnique(LIBS = ['oc_logger'])
-
 if env.get('SECURED') == '1':
     catest_env.AppendUnique(LIBS = ['tinydtls'])
 
@@ -73,7 +70,8 @@ if env.get('LOGGING'):
 catests = catest_env.Program('catests', ['catests.cpp',
                                          'caprotocolmessagetest.cpp',
                                                'ca_api_unittest.cpp',
-                                               'camutex_tests.cpp'
+                                               'camutex_tests.cpp',
+                                               'uarraylist_test.cpp'
                                                ])
 
 Alias("test", [catests])