From 118a9053f04d0e215bb3fe20562990cc73ae69a2 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 31 May 2024 11:55:50 -0400 Subject: list: New SLIST_SPLICE() macro --- tests/tests.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/tests.h') diff --git a/tests/tests.h b/tests/tests.h index de95a49..2958fe1 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -27,6 +27,9 @@ bool check_bit(void); /** I/O queue tests. */ bool check_ioq(void); +/** Linked list tests. */ +bool check_list(void); + /** Signal hook tests. */ bool check_sighook(void); -- cgit v1.2.3