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
35eaa1c36c
zephyr
/
tests
/
benchmarks
/
data_structure_perf
/
rbtree_perf
/
prj.conf
3 lines
38 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: updata the rbtree testcase add a new testcase to: Verify some operations of rbree are running in logarithmic time. Verify an user defined structure contains rbtree node works. verify "for each"style APIs work. Signed-off-by: Ningx Zhao <ningx.zhao@intel.com>
2020-08-12 17:10:21 +08:00
CONFIG_ZTEST=y
tests: benchmarks: move the rbtree_perf test to new ztest API Migrate the tests/benchmarks/data_structure_perf/rbtree_perf/ test to the new ztest API. Signed-off-by: Enjia Mai <enjia.mai@intel.com>
2022-08-22 11:05:49 +08:00
CONFIG_ZTEST_NEW_API=y