projects
/
platform
/
core
/
api
/
application.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdbdace
)
Fix wrong executable file name
59/298259/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Mon, 4 Sep 2023 10:10:23 +0000
(19:10 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Mon, 4 Sep 2023 10:10:23 +0000
(19:10 +0900)
The unittests file names are application_unittests &
ui-app-ambient_unittests.
Change-Id: Icb74f371b56e3731f6331438dbe0bc360f783b2d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
packaging/capi-appfw-application.spec
patch
|
blob
|
history
diff --git
a/packaging/capi-appfw-application.spec
b/packaging/capi-appfw-application.spec
index 854010335bffddaa155ec692086c206fc899c9ae..807243d6d14fdf37c5683e16b090b7e4b28a245b 100644
(file)
--- a/
packaging/capi-appfw-application.spec
+++ b/
packaging/capi-appfw-application.spec
@@
-116,8
+116,8
@@
setup() {
test_main() {
echo "test_main start"
export "GCOV_PREFIX=/tmp"
- /usr/bin/application_unittest
- /usr/bin/ui-app-ambient_unittest
+ /usr/bin/application_unittest
s
+ /usr/bin/ui-app-ambient_unittest
s
}
teardown() {