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/main.c | |
parent | 39ce13d45c5881d84e2de98243052811e3648224 (diff) | |
download | bfs-f0418655db6a344afd5c26efd04a4e4d87128233.tar.xz |
tests/ioq: New unit test
Diffstat (limited to 'tests/main.c')
-rw-r--r-- | tests/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/main.c b/tests/main.c index b7292b4..e69fe35 100644 --- a/tests/main.c +++ b/tests/main.c @@ -98,6 +98,7 @@ int main(int argc, char *argv[]) { run_test(&ctx, "alloc", check_alloc); run_test(&ctx, "bfstd", check_bfstd); run_test(&ctx, "bit", check_bit); + run_test(&ctx, "ioq", check_ioq); run_test(&ctx, "trie", check_trie); run_test(&ctx, "xtime", check_xtime); |