This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
1bcae0ea9f
zephyr
/
tests
/
cmake
/
snippets
/
prj.conf
5 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: add snippet test suite Add an initial test suite for the basic SNIPPET_ROOT, SNIPPET, and 'append' features in snippet.yml. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2023-03-23 03:55:36 +08:00
CONFIG_ZTEST=y
tests: snippets: Rework the snippet test This commit reworks the snippet test to more comprehensively test the different processing modes of snippets. The following testcases have been added: 1. Initial state with no snippet applied 2. Applying `foo` snippet from the default application snippet root 3. Applying `bar` snippet from an extra snippet root 4. Sequentially applying `foo` and `bar` snippets to test the snippet processing order 5. Sequentially applying `bar` and `foo` snippets to test the snippet processing order. Signed-off-by: Stephanos Ioannidis <stephanos.ioannidis@nordicsemi.no>
2023-04-20 19:39:13 +08:00
CONFIG_TEST_FOO_VAL=774392
CONFIG_TEST_BAR_VAL=182834
CONFIG_TEST_COMMON_VAL=588411