diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-02-28 12:31:11 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-02-28 22:11:55 -0500 |
commit | f0418655db6a344afd5c26efd04a4e4d87128233 (patch) | |
tree | fb171b019ebc95d3f71466476f4f10703cd582b2 /tests/tests.h | |
parent | 39ce13d45c5881d84e2de98243052811e3648224 (diff) | |
download | bfs-f0418655db6a344afd5c26efd04a4e4d87128233.tar.xz |
tests/ioq: New unit test
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 d2f3611..d8adbb9 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -22,6 +22,9 @@ bool check_bfstd(void); /** Bit manipulation tests. */ bool check_bit(void); +/** I/O queue tests. */ +bool check_ioq(void); + /** Trie tests. */ bool check_trie(void); |