Change visibility to default for unit test 37/244837/1 accepted/tizen_6.0_unified_hotfix tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.122717 accepted/tizen/6.0/unified/hotfix/20201103.005013 accepted/tizen/6.0/unified/hotfix/20201103.052444 accepted/tizen/unified/20200928.013051 submit/tizen/20200925.052231 submit/tizen_6.0/20201029.205102 submit/tizen_6.0_hotfix/20201102.192502 submit/tizen_6.0_hotfix/20201103.114802 tizen_6.0.m2_release
authorWootak Jung <wootak.jung@samsung.com>
Fri, 25 Sep 2020 00:58:23 +0000 (09:58 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Fri, 25 Sep 2020 00:58:23 +0000 (09:58 +0900)
Change-Id: I776ff744b65f7ffdfe736b806e247cf1786ef4e7
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
tests/CMakeLists.txt

index e7b5020c4f56d6bab4cd667b3675236660288dbf..ba06ef40980a2b42b7716f32046f043b53631ee5 100644 (file)
@@ -17,7 +17,7 @@ FILE(GLOB GTEST_SRCS *.cpp mocks/*.c ${CMAKE_SOURCE_DIR}/src/*.c)
 ADD_EXECUTABLE(${TEL_GTEST} ${GTEST_SRCS})
 TARGET_LINK_LIBRARIES(${TEL_GTEST} ${gtest_pkgs_LIBRARIES} ${pkgs_LIBRARIES})
 SET_TARGET_PROPERTIES(${TEL_GTEST} PROPERTIES
-       COMPILE_FLAGS "-fno-lto -fPIE"
+       COMPILE_FLAGS "-fno-lto -fPIE -fvisibility=default"
        #Never add any space for LINKFLAGS
        LINK_FLAGS "-Wl,\
 --wrap=malloc,\