diff options
Diffstat (limited to 'tests.c')
-rw-r--r-- | tests.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ static void test_all(void) { allocr_test(); arr_test(); block_arr_test(); + str_hash_table_test(); idents_test(); binfile_test(); } |