diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:11:16 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-16 12:55:11 +0200 |
commit | 765504ef7989150fd69a0b4023d3dcc36190380a (patch) | |
tree | 1b9e3e908ff1572adc6a00107465d73f72325036 /samples.d/config.cmake.sample | |
parent | 210e7a74326c5e01de42bcb3c2375db92a32a27c (diff) |
Use a custom test-config.xml file for test widget
Bug-AGL: SPEC-1821
Change-Id: If664757a7dec8e43cd8f4776bab16d026e583752
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'samples.d/config.cmake.sample')
-rw-r--r-- | samples.d/config.cmake.sample | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/samples.d/config.cmake.sample b/samples.d/config.cmake.sample index 999208a..a0b215d 100644 --- a/samples.d/config.cmake.sample +++ b/samples.d/config.cmake.sample @@ -110,10 +110,10 @@ set (PKG_REQUIRED_LIST # -g # -ggdb # CACHE STRING "Compilation flags for DEBUG build type.") -#set(CCOV_COMPILE_OPTIONS +#set(COVERAGE_COMPILE_OPTIONS # -g # --coverage -# CACHE STRING "Compilation flags for CCOV build type.") +# CACHE STRING "Compilation flags for COVERAGE build type.") #set(RELEASE_COMPILE_OPTIONS # -O2 # -pipe @@ -137,6 +137,7 @@ set (PKG_REQUIRED_LIST # ----------------------------------------- #set(WIDGET_ICON "conf.d/wgt/${PROJECT_ICON}" CACHE PATH "Path to the widget icon") #set(WIDGET_CONFIG_TEMPLATE "${CMAKE_CURRENT_SOURCE_DIR}/conf.d/wgt/config.xml.in" CACHE PATH "Path to widget config file template (config.xml.in)") +#set(TEST_WIDGET_CONFIG_TEMPLATE "${CMAKE_CURRENT_SOURCE_DIR}/conf.d/wgt/test-config.xml.in" CACHE PATH "Path to the test widget config file template (test-config.xml.in)") # Mandatory widget Mimetype specification of the main unit # -------------------------------------------------------------------------- |