Code Review
/
apps
/
agl-service-bluetooth-pbap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7453d6e
)
fix(test/CMakeLists.txt): make test wgt work
94/22394/1
8.99.1
icefish/8.99.1
icefish_8.99.1
author
Li Xiaoming
<lixm.fnst@cn.fujitsu.com>
Thu, 12 Sep 2019 03:36:46 +0000
(11:36 +0800)
committer
Li Xiaoming
<lixm.fnst@cn.fujitsu.com>
Thu, 12 Sep 2019 03:36:46 +0000
(11:36 +0800)
Bug-AGL: SPEC-2795
Change-Id: I6921c02a76fe903beb5502dbe8e5644c34e7735c
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
test/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/test/CMakeLists.txt
b/test/CMakeLists.txt
index
75bcf58
..
424f2b7
100644
(file)
--- a/
test/CMakeLists.txt
+++ b/
test/CMakeLists.txt
@@
-23,6
+23,6
@@
PROJECT_SUBDIRS_ADD(${PROJECT_SRC_DIR_PATTERN})
ADD_TEST(NAME AGL_SERVICE_GPS_TESTS
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
- COMMAND af
b-test.sh "${CMAKE_BINARY_DIR}/package" "${CMAKE_BINARY_DIR}/package-test" SERVICE
+ COMMAND af
m-test ${CMAKE_BINARY_DIR}/package ${CMAKE_BINARY_DIR}/package-test
)