summaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-04-04 12:39:36 -0500
committersanine <sanine.not@pm.me>2022-04-04 12:39:36 -0500
commitc4619e22d571bffa75ab033fceda7915c676f90d (patch)
tree0cd8adba7f52335c147d83847232b043b6f39666 /tests/tests.h
parentabe324281121925be29c98f32d19a187a7e3f53f (diff)
add basic mock queue + test
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h4
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