zephyr/tests/kernel/smp
Enjia Mai a9edb1f46a tests: smp: add some module and integration test cases
This PR add 2 module test cases:
- test_smp_release_global_lock() and test_smp_release_global_lock_irq()
  verify z_smp_release_global_lock() works.

And 1 integration test cases:
- test_inc_concurrency() to verify parallelly increase operations will
  fail if not applying synchronization on SMP.

Signed-off-by: Enjia Mai <enjiax.mai@intel.com>
2021-05-05 20:34:28 -04:00
..
src tests: smp: add some module and integration test cases 2021-05-05 20:34:28 -04:00
CMakeLists.txt tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
prj.conf tests: smp: add some module and integration test cases 2021-05-05 20:34:28 -04:00
testcase.yaml test: smp :add testcase 2021-04-06 10:17:44 -04:00