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
|
||||
# made worse and demonstrated with a simple delay:
|
||||
# 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
|
||||
# below and you will see that concurrent cmake processes created the
|
||||
# same files multiple times.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue