]> git.corax.cc Git - toolbox/commit
test: Add test cases for mutex and wmutex functions
authorMatthias Kruk <m@m10k.eu>
Sat, 8 Oct 2022 08:25:36 +0000 (17:25 +0900)
committerMatthias Kruk <m@m10k.eu>
Sat, 8 Oct 2022 08:25:36 +0000 (17:25 +0900)
commit9afed7d10dab367b8ffcf4c403e0645e49dbd91e
tree13a889da69b0cfeda56e23cbdc921453cb6270e0
parentc196803cc8c62d959c8ec9a3c76507a94f7775b1
test: Add test cases for mutex and wmutex functions

There are currently no shellspec test cases for the mutex and wmutex
modules, making it impossible to check if they are working correctly.

This commit adds test cases for all functions in the mutex and wmutex
modules.
test/mutex_spec.sh [new file with mode: 0644]
test/wmutex_spec.sh [new file with mode: 0644]