This website requires JavaScript.
Explore
Help
Sign In
saji
/
telem3-fw
Watch
1
Star
0
Fork
You've already forked telem3-fw
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
0a7afcb0dc
telem3-fw
/
tests
/
lib
/
custom_lib
/
prj.conf
4 lines
58 B
Plaintext
Raw
Normal View
History
Unescape
Escape
lib: add custom_lib Enhance the example-application repository with a configurable, trivial library example and associated test cases. . This implementation appears to make no assumptions. . This implementation was verified by running the following commands in an example-application workspace and verifying all tests passed. 1. `west build -b native_posix -p always example-application/tests/lib/custom_lib/` 2. `./build/zephyr/zephyr.exe` 3. `west build -b native_posix -p always example-application/tests/lib/custom_lib/ -- -DCONFIG_CUSTOM_LIB_GET_VALUE_DEFAULT=6` 4. `./build/zephyr/zephyr.exe` 5. `zephyr/scripts/twister -T example-application/tests/ \ -p qemu_cortex_m0` 6. `cd zephyr/doc && make clean && make` built cleanly. . Note that `twister` does not follow the `zephyr/module.yml:tests` setting to discover tests in modules, so the testcase-root must be explicitly provided. Fixes #35177 Signed-off-by: Gregory Shue <gregory.shue@legrand.us>
2021-05-21 01:49:09 +00:00
CONFIG_ZTEST=y
tests: custom_lib: port to the new ztest API Align with the latest upstream API. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2022-11-19 14:46:46 +00:00
CONFIG_ZTEST_NEW_API=y
lib: add custom_lib Enhance the example-application repository with a configurable, trivial library example and associated test cases. . This implementation appears to make no assumptions. . This implementation was verified by running the following commands in an example-application workspace and verifying all tests passed. 1. `west build -b native_posix -p always example-application/tests/lib/custom_lib/` 2. `./build/zephyr/zephyr.exe` 3. `west build -b native_posix -p always example-application/tests/lib/custom_lib/ -- -DCONFIG_CUSTOM_LIB_GET_VALUE_DEFAULT=6` 4. `./build/zephyr/zephyr.exe` 5. `zephyr/scripts/twister -T example-application/tests/ \ -p qemu_cortex_m0` 6. `cd zephyr/doc && make clean && make` built cleanly. . Note that `twister` does not follow the `zephyr/module.yml:tests` setting to discover tests in modules, so the testcase-root must be explicitly provided. Fixes #35177 Signed-off-by: Gregory Shue <gregory.shue@legrand.us>
2021-05-21 01:49:09 +00:00
CONFIG_CUSTOM_LIB=y
Reference in a new issue
Copy permalink