twister: rename in cmake/
Some extenstions in cmake used sanitycheck name, replace those with twister. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
3d33d767f1
commit
217186ffdb
2 changed files with 2 additions and 2 deletions
|
@ -861,7 +861,7 @@ function(zephyr_check_compiler_flag lang option check)
|
||||||
# This is racy. As often with race conditions, this one can easily be
|
# This is racy. As often with race conditions, this one can easily be
|
||||||
# made worse and demonstrated with a simple delay:
|
# made worse and demonstrated with a simple delay:
|
||||||
# execute_process(COMMAND "sleep" "5")
|
# execute_process(COMMAND "sleep" "5")
|
||||||
# Delete the cache, add the sleep above and run sanitycheck with a
|
# Delete the cache, add the sleep above and run twister with a
|
||||||
# large number of JOBS. Once it's done look at the log.txt file
|
# large number of JOBS. Once it's done look at the log.txt file
|
||||||
# below and you will see that concurrent cmake processes created the
|
# below and you will see that concurrent cmake processes created the
|
||||||
# same files multiple times.
|
# same files multiple times.
|
||||||
|
|
|
@ -271,7 +271,7 @@ foreach(kconfig_input
|
||||||
set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS ${kconfig_input})
|
set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS ${kconfig_input})
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
add_custom_target(config-sanitycheck DEPENDS ${DOTCONFIG})
|
add_custom_target(config-twister DEPENDS ${DOTCONFIG})
|
||||||
|
|
||||||
# Remove the CLI Kconfig symbols from the namespace and
|
# Remove the CLI Kconfig symbols from the namespace and
|
||||||
# CMakeCache.txt. If the symbols end up in DOTCONFIG they will be
|
# CMakeCache.txt. If the symbols end up in DOTCONFIG they will be
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue