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
f5e3535759
zephyr
/
tests
/
subsys
/
sensing
/
prj.conf
5 lines
56 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: subsys: sensing: add sensing test skeleton Add the test cases for Sensing(Sensing Subsystem) to verify the functionality of sensing portion of subsystem. The test cases are based on native_sim platform. Signed-off-by: Qianru Huang <qianru.huang@intel.com>
2024-05-16 11:04:37 +08:00
CONFIG_TEST=y
CONFIG_ZTEST=y
CONFIG_LOG=y
tests: subsys: sensing: set CONFIG_EMUL=y The test is broken in CI because the emulated spi bus is not built in, adding an explicit CONFIG_EMUL=y to the test config. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2024-06-06 18:17:17 +08:00
CONFIG_EMUL=y