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
74ddfbc8a2
zephyr
/
tests
/
kernel
/
cache
/
prj.conf
4 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: cache: Add cache test This is useful to prove that the implementation of the API is done correctly. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2022-10-05 16:12:56 +08:00
CONFIG_ZTEST=y
CONFIG_TEST_USERSPACE=y
tests/kernel: Add qemu_x86/x86_64 to cache test and enable cache How cache test could be ran without CONFIG_CACHE_MANAGEMENT? Adding qemu_x86/x86_64 as cache related API in x86 has proven to be very brittle against changes recently: no test was at least verifying it builds properly, not to mention running it. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2023-11-28 03:17:28 +08:00
CONFIG_CACHE_MANAGEMENT=y