projects
/
platform
/
core
/
api
/
vine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83354ee
)
Do not build unittest when ASAN is enabled
03/276203/1
accepted/tizen_6.5_unified
tizen_6.5
accepted/tizen/6.5/unified/20220620.025952
submit/tizen_6.5/20220617.020728
author
Seonah Moon
<seonah1.moon@samsung.com>
Mon, 13 Jun 2022 02:35:02 +0000
(11:35 +0900)
committer
Seonah Moon
<seonah1.moon@samsung.com>
Mon, 13 Jun 2022 02:35:08 +0000
(11:35 +0900)
Change-Id: I282c148e0d47d3458b711af5a2041085ee01b7ba
packaging/capi-network-vine.spec
patch
|
blob
|
history
diff --git
a/packaging/capi-network-vine.spec
b/packaging/capi-network-vine.spec
index f0bbf4243ec720499ee486e1cc7a468956089e2f..5c9a1196dcab535c4ea7b458a99d4395ff3d338d 100755
(executable)
--- a/
packaging/capi-network-vine.spec
+++ b/
packaging/capi-network-vine.spec
@@
-114,7
+114,9
@@
export LDFLAGS+=" -lgcov"
%else
-DUSE_LIBWEBSOCKETS_STATIC_PREBUILT=OFF \
%endif
+%if 0%{?asan} != 1
-DWITH_UNITTEST=ON \
+%endif
-DENABLE_DATAPATH_PLUGIN_DEBUG=ON \
-DWITH_VINE_TEST=ON
@@
-139,7
+141,9
@@
install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj/%{name}
%endif
%check
+%if 0%{?asan} != 1
LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./tests/unittest/vine-unittest
+%endif
%if 0%{?gcov:1}
lcov -c --ignore-errors graph --no-external -b . -d . -o %{name}.info