summaryrefslogtreecommitdiffstats
path: root/tests/tests.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-02-28 12:31:11 -0500
committerTavian Barnes <tavianator@tavianator.com>2024-02-28 22:11:55 -0500
commitf0418655db6a344afd5c26efd04a4e4d87128233 (patch)
treefb171b019ebc95d3f71466476f4f10703cd582b2 /tests/tests.h
parent39ce13d45c5881d84e2de98243052811e3648224 (diff)
downloadbfs-f0418655db6a344afd5c26efd04a4e4d87128233.tar.xz
tests/ioq: New unit test
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h3
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);