diff options
author | sanine <sanine.not@pm.me> | 2022-04-04 16:42:05 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-04-04 16:42:05 -0500 |
commit | f133f0a424db19dd3263794e8fa71ea920ef3ea9 (patch) | |
tree | 178d3fc672acd38ff7c26aa2238a0e7507b81f0e /tests/tests.h | |
parent | 2cef2d4e0bb490f8e5002e47368bac8e89dbeb88 (diff) |
add lily_mock_t basic functionality
Diffstat (limited to 'tests/tests.h')
-rw-r--r-- | tests/tests.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h index 39ad153..9584cac 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -21,5 +21,6 @@ const char* test_assert_int_not_equal(); const char* test_mock_enqueue_dequeue_int(); const char* test_mock_enqueue_dequeue_heterogenous(); const char* test_LILY_NARGS(); +const char* test_lily_mock_call(); #endif |