replace : iotivity -> iotivity-sec
[platform/upstream/iotivity.git] / service / notification / unittest / SConscript
index 7312159..fc30637 100644 (file)
@@ -53,7 +53,7 @@ GTest_Main = File(gtest_dir + '/lib/.libs/libgtest_main.a')
 
 notification_test_env.AppendUnique(LIBPATH = [lib_env.get('BUILD_DIR')])
 notification_test_env.AppendUnique(LIBS = [
-    'connectivity_abstraction', 'oc', 'octbstack', 'oc_logger', 'coap',
+    'connectivity_abstraction', 'oc', 'octbstack', 'oc_logger', 'coap', 'resource_directory',
     GTest_Main, GTest])
 
 if target_os not in ['windows', 'winrt']:
@@ -104,3 +104,4 @@ if env.get('TEST') == '1':
                      '',
 #                    'service_notification_unittest_notification_provider_test.memcheck',
                      'service/notification/unittest/notification_provider_test')
+