projects
/
platform
/
core
/
appfw
/
pkgmgr-tool.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bd9fe2
)
WIP
author
Łukasz Stelmach
<l.stelmach@samsung.com>
Thu, 13 Apr 2023 19:14:50 +0000
(21:14 +0200)
committer
Łukasz Stelmach
<l.stelmach@samsung.com>
Thu, 13 Apr 2023 19:14:50 +0000
(21:14 +0200)
Change-Id: I430fcb712fbaffcab50b87612a5caf4e2a42749c
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
tests/unit_tests/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/tests/unit_tests/CMakeLists.txt
b/tests/unit_tests/CMakeLists.txt
index 97743fd4df23567820e3548c64baa09c68a847f5..1154809d109300ae4b91ca1cc6370c62e4555c5c 100644
(file)
--- a/
tests/unit_tests/CMakeLists.txt
+++ b/
tests/unit_tests/CMakeLists.txt
@@
-28,6
+28,10
@@
ADD_EXECUTABLE(${TARGET_PKGMGR_TOOL_UNITTESTS}
test_main.cc
)
+IF("${ARCH}" STREQUAL "riscv64")
+ TARGET_LINK_OPTIONS(${TARGET_PKGMGR_TOOL_UNITTESTS} PUBLIC -mno-relax)
+ENDIF()
+
# Dependency
APPLY_PKG_CONFIG(${TARGET_PKGMGR_TOOL_UNITTESTS} PUBLIC
AUL_DEPS