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