X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Fcsdk%2Fconnectivity%2Ftest%2FSConscript;h=53b2d6e7027312da058ab77b5d1a42f445ec2c89;hb=17c68b2fd1e74586f85e552eeab4e32dc121f8a0;hp=b66a223a886e87c4321ed54c39e4ef83216cf4ac;hpb=8c01dff2c5bc5496f7dc1632c498943ec6ecb015;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/csdk/connectivity/test/SConscript b/resource/csdk/connectivity/test/SConscript index b66a223..53b2d6e 100644 --- a/resource/csdk/connectivity/test/SConscript +++ b/resource/csdk/connectivity/test/SConscript @@ -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])