commit | dc8bbce35735e76f8ba1077dfd58dfae72be6966 | [log] [tgz] |
---|---|---|
author | Spoorthi K <spoorthi.k@intel.com> | Wed Sep 26 16:24:48 2018 +0530 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Oct 04 22:27:26 2018 -0400 |
tree | 8330bb25a49c9a161660a1fac1dd8d329af02413 | |
parent | 11aa39bc2591d62616e185a712a51bd2d1db6290 [diff] |
tests: POSIX: Enhance semaphore tests Enhance semaphore test to validate sem_timedwait() and sem_trywait(). This is intended to improve code coverage. Also modify ztest check with zassert_equal with return value instead of zassert_false for better understandability. Signed-off-by: Spoorthi K <spoorthi.k@intel.com>