summaryrefslogtreecommitdiff
path: root/lib/utils/timer
diff options
context:
space:
mode:
authorIvan Orlov <[email protected]>2024-04-23 16:52:43 +0100
committerAnup Patel <[email protected]>2024-05-07 11:27:13 +0530
commitf6243d9ce591b3a2085feff23ab2fbe1a6d51a14 (patch)
tree77e45848934e0ea0e5d09f1b6d232bc122cf8689 /lib/utils/timer
parentd4d2582eef7aac442076f955e4024403f8ff3d96 (diff)
lib: tests: Add test suite init function
Allow to define an init function for the test suite. It could help us to initialize global variable once, and use them in multiple test cases after the initialization. For instance, if multiple test cases use the same atomic_t var, it could be helpful to call ATOMIC_INIT once during the suite initialization. Signed-off-by: Ivan Orlov <[email protected]> Reviewed-by: Anup Patel <[email protected]>
Diffstat (limited to 'lib/utils/timer')
0 files changed, 0 insertions, 0 deletions