From f133f0a424db19dd3263794e8fa71ea920ef3ea9 Mon Sep 17 00:00:00 2001 From: sanine Date: Mon, 4 Apr 2022 16:42:05 -0500 Subject: add lily_mock_t basic functionality --- tests/tests.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/tests.h') 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 -- cgit v1.2.1