summaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-04-04 16:04:17 -0500
committersanine <sanine.not@pm.me>2022-04-04 16:04:17 -0500
commit2cef2d4e0bb490f8e5002e47368bac8e89dbeb88 (patch)
treef057ad4af920bc06f68c4df7a1da68af90b6be3e /tests/tests.h
parent5e3d8e950d97a222b15d41de1ae17ccf51621471 (diff)
add LILY_NARGS()
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h
index 266cc04..39ad153 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -20,5 +20,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();
#endif