diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-05-31 11:55:50 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-05-31 12:01:30 -0400 |
commit | 118a9053f04d0e215bb3fe20562990cc73ae69a2 (patch) | |
tree | e9e5ca73377f272d6348f15c5b4dd7b75f01ff5a /tests/main.c | |
parent | 407e6f57bfc05c51d32d4292218f0bdd8eeaa142 (diff) | |
download | bfs-118a9053f04d0e215bb3fe20562990cc73ae69a2.tar.xz |
list: New SLIST_SPLICE() macro
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 aef0583..bef2e37 100644 --- a/tests/main.c +++ b/tests/main.c @@ -111,6 +111,7 @@ int main(int argc, char *argv[]) { run_test(&ctx, "bfstd", check_bfstd); run_test(&ctx, "bit", check_bit); run_test(&ctx, "ioq", check_ioq); + run_test(&ctx, "list", check_list); run_test(&ctx, "sighook", check_sighook); run_test(&ctx, "trie", check_trie); run_test(&ctx, "xspawn", check_xspawn); |