Lines Matching refs:cmake

8   list(APPEND CMAKE_MODULE_PATH "${ZEPHYR_BASE}/cmake/modules")
27 # at the end, either here or in sysbuild.cmake.
100 set(VARIABLE "cmake cache" CACHE INTERNAL "")
105 assert_equal(VARIABLE "cmake cache")
135 set(TESTCASE_VARIABLE "cmake cache" CACHE INTERNAL "")
140 IMAGE no_sysbuild "cmake cache"
189 set(VARIABLE "cmake cache" CACHE INTERNAL "")
193 assert_equal(VARIABLE "cmake cache;environment;local")
204 set(VARIABLE "cmake cache" CACHE INTERNAL "")
208 assert_equal(VARIABLE "cmake cache;local")
250 set(TESTCASE_VARIABLE "cmake cache" CACHE INTERNAL "")
255 IMAGE no_sysbuild "cmake cache;environment;local"
256 IMAGE zephyr_get "sysbuild.main;cmake cache;environment;local"
257 IMAGE zephyr_get_2nd "sysbuild.2nd;sysbuild.main;cmake cache;environment;local"
258 IMAGE zephyr_get_3rd "sysbuild.main;cmake cache;environment;local"
264 IMAGE no_sysbuild "cmake cache;environment"
265 IMAGE zephyr_get "sysbuild.main;cmake cache;environment"
266 IMAGE zephyr_get_2nd "sysbuild.2nd;cmake cache;environment"
267 IMAGE zephyr_get_3rd "cmake cache;environment"
295 set(VARIABLE_2 "cmake cache 2" CACHE INTERNAL "")
301 assert_equal(RESULT "cmake cache 2")
303 assert_equal(RESULT "cmake cache 2")
306 set(VARIABLE_1 "cmake cache 1" CACHE INTERNAL "")
308 assert_equal(RESULT "cmake cache 1")
310 assert_equal(RESULT "cmake cache 2")
318 assert_equal(RESULT "cmake cache 1;cmake cache 2;environment 1;environment 3;local 2;local 3")
321 set(RESULT "cmake cache r" CACHE INTERNAL "")
326 assert_equal(RESULT "cmake cache 2;cmake cache 1;environment 3;environment 1;local 3;local 2")
330 …assert_equal(RESULT "cmake cache r;cmake cache 2;cmake cache 1;environment r;environment 3;environ…
334 …assert_equal(RESULT "cmake cache 2;cmake cache 1;cmake cache r;environment 3;environment 1;environ…
361 set(VARIABLE_2 "cmake cache 2" CACHE INTERNAL "")
368 set(TESTCASE_VARIABLE "cmake cache s" CACHE INTERNAL "")
373 IMAGE no_sysbuild "cmake cache s"
380 IMAGE no_sysbuild "cmake cache s"
383 IMAGE zephyr_get_3rd "cmake cache s"
389 …IMAGE no_sysbuild "cmake cache s;cmake cache 2;environment s;environment 1;environment 3;local …
390 …IMAGE zephyr_get "sysbuild.main;cmake cache s;cmake cache 2;environment s;environment 1;enviro…
391 …IMAGE zephyr_get_2nd "sysbuild.2nd;sysbuild.main;cmake cache s;cmake cache 2;environment s;environ…
392 …IMAGE zephyr_get_3rd "sysbuild.main;cmake cache s;cmake cache 2;environment s;environment 1;enviro…
397 …IMAGE no_sysbuild "cmake cache s;cmake cache 2;environment s;environment 1;environment 3;local …
398 …IMAGE zephyr_get "sysbuild.main;cmake cache s;cmake cache 2;environment s;environment 1;enviro…
399 …IMAGE zephyr_get_2nd "sysbuild.2nd;cmake cache s;cmake cache 2;environment s;environment 1;environ…
400 …IMAGE zephyr_get_3rd "cmake cache s;cmake cache 2;environment s;environment 1;environment 3;local …
405 …IMAGE no_sysbuild "cmake cache 2;cmake cache s;environment 3;environment 1;environment s;local …
406 …IMAGE zephyr_get "sysbuild.main;cmake cache 2;cmake cache s;environment 3;environment 1;enviro…
407 …IMAGE zephyr_get_2nd "sysbuild.2nd;sysbuild.main;cmake cache 2;cmake cache s;environment 3;environ…
408 …IMAGE zephyr_get_3rd "sysbuild.main;cmake cache 2;cmake cache s;environment 3;environment 1;enviro…
413 …IMAGE no_sysbuild "cmake cache 2;cmake cache s;environment 3;environment 1;environment s;local …
414 …IMAGE zephyr_get "sysbuild.main;cmake cache 2;cmake cache s;environment 3;environment 1;enviro…
415 …IMAGE zephyr_get_2nd "sysbuild.2nd;cmake cache 2;cmake cache s;environment 3;environment 1;environ…
416 …IMAGE zephyr_get_3rd "cmake cache 2;cmake cache s;environment 3;environment 1;environment s;local …
431 set(VARIABLE_1 "cmake cache 1" CACHE INTERNAL "")
432 set(VARIABLE_2 "cmake cache 2" CACHE INTERNAL "")
438 assert_equal(VARIABLE_1 "local 1;environment 1;cmake cache 1")
441 assert_equal(RESULT "local 1;local 2;environment 1;environment 2;cmake cache 1;cmake cache 2")
452 …assert_equal(RESULT "local 1;local 2;F;E;environment 1;environment 2;A;B;C;D;cmake cache 1;cmake c…
469 set(TESTCASE_VARIABLE "cmake cache s" CACHE INTERNAL "")
474 IMAGE no_sysbuild "local s;environment s;cmake cache s"
475 IMAGE zephyr_get "local s;environment s;cmake cache s;sysbuild.main"
476 IMAGE zephyr_get_2nd "local s;environment s;cmake cache s;sysbuild.main;sysbuild.2nd"
477 IMAGE zephyr_get_3rd "local s;environment s;cmake cache s;sysbuild.main"
483 IMAGE no_sysbuild "environment s;cmake cache s"
484 IMAGE zephyr_get "environment s;cmake cache s;sysbuild.main"
485 IMAGE zephyr_get_2nd "environment s;cmake cache s;sysbuild.2nd"
486 IMAGE zephyr_get_3rd "environment s;cmake cache s"
495 …s;local 1;local 2;environment s;environment 1;environment 2;cmake cache s;cmake cache 1;cmake cach…
496 …s;local 1;local 2;environment s;environment 1;environment 2;cmake cache s;cmake cache 1;cmake cach…
497 …s;local 1;local 2;environment s;environment 1;environment 2;cmake cache s;cmake cache 1;cmake cach…
498 …s;local 1;local 2;environment s;environment 1;environment 2;cmake cache s;cmake cache 1;cmake cach…
522 set(VARIABLE_2 "cmake cache 2" CACHE INTERNAL "")
523 set(VARIABLE_3 "cmake cache 3" CACHE INTERNAL "")
533 assert_equal(VARIABLE_2 "cmake cache 2")
536 assert_equal(VARIABLE_2 "cmake cache 2;snippet 2;local 2")
539 assert_equal(VARIABLE_3 "cmake cache 3")
542 assert_equal(VARIABLE_3 "cmake cache 3;snippet 3;environment 3;local 3")
549 …l 2;local 3;environment 1;environment 3;snippet 1;snippet 2;snippet 3;cmake cache 2;cmake cache 3")