aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-10-19 15:51:59 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-10-19 15:51:59 +0200
commitcc7933fa68cd54f86997b11a5bf2fea5c6524b14 (patch)
treefdfaa9459f91e869c1c9c6a09f26febef8331e70
parentd6c7b9663f735fc29e68bfb7a55b2025a6a650ad (diff)
Always use wgt when talking about widget
We already have a wgt directory so this just make use the same for the test widget directory. Change-Id: I2eb5c7a4faf17adb8f011b7e37ac98389340d41b Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--cmake/cmake.d/03-macros.cmake2
-rw-r--r--test-wgt/launcher.sh.in (renamed from test-widget/launcher.sh.in)0
-rw-r--r--test-wgt/test-config.xml.in (renamed from test-widget/test-config.xml.in)0
3 files changed, 1 insertions, 1 deletions
diff --git a/cmake/cmake.d/03-macros.cmake b/cmake/cmake.d/03-macros.cmake
index d4fdf7d..f3abedf 100644
--- a/cmake/cmake.d/03-macros.cmake
+++ b/cmake/cmake.d/03-macros.cmake
@@ -545,7 +545,7 @@ macro(wgt_package_build)
COMMAND ${CMAKE_COMMAND} -DINFILE=${TEST_WIDGET_CONFIG_TEMPLATE} -DOUTFILE=${PROJECT_PKG_TEST_DIR}/config.xml -DPROJECT_BINARY_DIR=${CMAKE_CURRENT_BINARY_DIR} -P ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_APP_TEMPLATES_DIR}/cmake/configure_file.cmake
COMMAND mkdir -p ${PROJECT_PKG_TEST_DIR}/bin
COMMAND cp ${ICON_PATH} ${PROJECT_PKG_TEST_DIR}/${PROJECT_ICON}
- COMMAND cp ${CMAKE_SOURCE_DIR}/${PROJECT_APP_TEMPLATES_DIR}/test-widget/launcher.sh.in ${PROJECT_PKG_TEST_DIR}/bin/launcher
+ COMMAND cp ${CMAKE_SOURCE_DIR}/${PROJECT_APP_TEMPLATES_DIR}/test-wgt/launcher.sh.in ${PROJECT_PKG_TEST_DIR}/bin/launcher
)
add_custom_command(OUTPUT ${WGT_NAME}.wgt
diff --git a/test-widget/launcher.sh.in b/test-wgt/launcher.sh.in
index 7414a7b..7414a7b 100644
--- a/test-widget/launcher.sh.in
+++ b/test-wgt/launcher.sh.in
diff --git a/test-widget/test-config.xml.in b/test-wgt/test-config.xml.in
index a5e645b..a5e645b 100644
--- a/test-widget/test-config.xml.in
+++ b/test-wgt/test-config.xml.in