diff options
author | sanine <sanine.not@pm.me> | 2022-04-04 12:39:36 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-04-04 12:39:36 -0500 |
commit | c4619e22d571bffa75ab033fceda7915c676f90d (patch) | |
tree | 0cd8adba7f52335c147d83847232b043b6f39666 /tests/tests.h | |
parent | abe324281121925be29c98f32d19a187a7e3f53f (diff) |
add basic mock queue + test
Diffstat (limited to 'tests/tests.h')
-rw-r--r-- | tests/tests.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h index 995beaf..266cc04 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -17,4 +17,8 @@ const char* test_assert_ptr_equal(); const char* test_assert_ptr_not_equal(); const char* test_assert_int_equal(); const char* test_assert_int_not_equal(); + +const char* test_mock_enqueue_dequeue_int(); +const char* test_mock_enqueue_dequeue_heterogenous(); + #endif |