summaryrefslogtreecommitdiff
path: root/src/tests/tests_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/tests_main.c')
-rw-r--r--src/tests/tests_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/tests_main.c b/src/tests/tests_main.c
index 207e233..51c2462 100644
--- a/src/tests/tests_main.c
+++ b/src/tests/tests_main.c
@@ -21,6 +21,8 @@ int main()
hs_create_table_tests();
hs_create_enum_tests();
+ hs_process_table_tests();
+
hs_pushstring_tests();
printf("\n=============== tests finished ===============\n\n");