projects
/
platform
/
core
/
uifw
/
aurum.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1efb8b2
)
Aurum: Disable Mock test at build time
43/261043/2
author
Woochanlee
<wc0917.lee@samsung.com>
Fri, 9 Jul 2021 04:16:27 +0000
(13:16 +0900)
committer
woochan lee
<wc0917.lee@samsung.com>
Fri, 9 Jul 2021 07:58:29 +0000
(07:58 +0000)
It's not need do every build, changed it as optional.
Change-Id: I456425fc47c2fd8c4fa01166792a157eefd8f8f0
packaging/aurum.spec
patch
|
blob
|
history
diff --git
a/packaging/aurum.spec
b/packaging/aurum.spec
index 399c75e25f72de8cf27050b782ab30a600e34a7e..181fddb32a4f1e2273369fbc5f48274beb0b1d1b 100644
(file)
--- a/
packaging/aurum.spec
+++ b/
packaging/aurum.spec
@@
-145,9
+145,10
@@
ninja \
find . -name '*.gcno' -exec cp '{}' gcov-obj ';'
%endif
-meson test \
- -C gbsbuild \
- -v
+#Enable below test if needed
+#meson test \
+# -C gbsbuild \
+# -v
%install