diff options
Diffstat (limited to 'tests/tests.h')
-rw-r--r-- | tests/tests.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |