From 0768d5ca04b4a3b79abf050b8d07709902517139 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 19 May 2016 10:41:35 +0800 Subject: update test_matrix.cpp --- tests/storage/test_matrix.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') 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); -- cgit