summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINSUN PYO <insun.pyo@samsung.com>2021-05-06 16:08:46 +0900
committerINSUN PYO <insun.pyo@samsung.com>2021-05-06 16:08:46 +0900
commit5ef74f3504f1c9174a4c7fc839ace4d0ef322217 (patch)
treead20d510d93c30a238e145815638f3d18f2d27c6
parent20fe00bbefc29971819b8e0b45721f7840931048 (diff)
downloadcrash-worker-5ef74f3504f1c9174a4c7fc839ace4d0ef322217.tar.gz
crash-worker-5ef74f3504f1c9174a4c7fc839ace4d0ef322217.tar.bz2
crash-worker-5ef74f3504f1c9174a4c7fc839ace4d0ef322217.zip
Test: remove duplicated link option
Change-Id: I38948f1902482922e5876574bfb42091cce98713
-rw-r--r--tests/system/utils/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/system/utils/CMakeLists.txt b/tests/system/utils/CMakeLists.txt
index 8b39458..3b7241c 100644
--- a/tests/system/utils/CMakeLists.txt
+++ b/tests/system/utils/CMakeLists.txt
@@ -23,8 +23,8 @@ FOREACH(flag ${helper_pkgs_CFLAGS})
ENDFOREACH(flag)
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS}")
-TARGET_LINK_LIBRARIES(libbugreport-servicetest bugreport ${helper_pkgs_LDFLAGS})
-TARGET_LINK_LIBRARIES(diagnostics_bugreporttest bugreport ${helper_pkgs_LDFLAGS})
+TARGET_LINK_LIBRARIES(libbugreport-servicetest ${helper_pkgs_LDFLAGS})
+TARGET_LINK_LIBRARIES(diagnostics_bugreporttest ${helper_pkgs_LDFLAGS})
install(TARGETS kenny DESTINATION ${CRASH_SYSTEM_TESTS_PATH}/utils)
install(TARGETS btee DESTINATION ${CRASH_SYSTEM_TESTS_PATH}/utils)