X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=service%2Fcoap-http-proxy%2Funittests%2FSConscript;h=cb3edca3e919ed56496519008306d8e951a85dd6;hb=8229635f6d207516ccbbdf23b13be164e0fc1787;hp=e5677bcdaf7fec3f70b866a0ffbc04ae8c124022;hpb=edcfc3d2329da7b914771c0dcff5f42c9b74fd93;p=platform%2Fupstream%2Fiotivity.git diff --git a/service/coap-http-proxy/unittests/SConscript b/service/coap-http-proxy/unittests/SConscript index e5677bc..cb3edca 100644 --- a/service/coap-http-proxy/unittests/SConscript +++ b/service/coap-http-proxy/unittests/SConscript @@ -80,8 +80,7 @@ if target_os in ['linux']: if CoAP_test_env.get('SECURED') == '1': - if CoAP_test_env.get('WITH_TCP') == True: - CoAP_test_env.AppendUnique(LIBS = ['mbedtls', 'mbedx509', 'mbedcrypto','tinydtls']) + CoAP_test_env.AppendUnique(LIBS = ['mbedtls', 'mbedx509', 'mbedcrypto']) ###################################################################### # Build Test ######################################################################