summaryrefslogtreecommitdiffstats
path: root/tests/storage/test_matrix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/storage/test_matrix.cpp')
-rw-r--r--tests/storage/test_matrix.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/storage/test_matrix.cpp b/tests/storage/test_matrix.cpp
index 3bf787d..9a283f9 100644
--- a/tests/storage/test_matrix.cpp
+++ b/tests/storage/test_matrix.cpp
@@ -59,6 +59,10 @@ int main(int argc, char * argv[]) {
fill_phonetic_key_matrix_from_chewing_keys
(&matrix, keys, key_rests);
+ resplit_step(options, &matrix);
+
+ inner_split_step(options, &matrix);
+
fuzzy_syllable_step(options, &matrix);
}
print_time(start_time, bench_times);