Skip to content

Commit

Permalink
Add regression test for WAIT_TIMEOUT under mutex contention
Browse files Browse the repository at this point in the history
Test case based off the pseudocode provided by @qwertymaster617 in #18.
  • Loading branch information
mqudsi committed Jun 27, 2021
1 parent 0bc424c commit 46ab92a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ basic_tests = ['ManualResetInitialState',
'AutoResetInitialState',
'ManualResetBasicTests',
'AutoResetBasicTests',
'EventContention',
]
# Tests that required wfmo
wfmo_tests = [
Expand Down

0 comments on commit 46ab92a

Please sign in to comment.