commit | a9edb1f46ab5f27b57e98387b2d80d42c6f1e9c8 | [log] [tgz] |
---|---|---|
author | Enjia Mai <enjiax.mai@intel.com> | Fri Apr 23 13:38:14 2021 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed May 05 20:34:28 2021 -0400 |
tree | c6eec79cc531937afd39c0bd139c0ea53492b06f | |
parent | e52eda52167104560c632c2c76e48ff3283c24e3 [diff] |
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>