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