summaryrefslogtreecommitdiff
path: root/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests.c')
-rw-r--r--tests.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests.c b/tests.c
index 3e08f4a..43d3e50 100644
--- a/tests.c
+++ b/tests.c
@@ -27,4 +27,5 @@ static void test_all(void) {
arr_test();
block_arr_test();
idents_test();
+ hash_table_test();
}