diff options
author | 2014-09-09 14:10:53 +0900 | |
---|---|---|
committer | 2014-09-09 14:10:53 +0900 | |
commit | 5d95e8d747bbf83268f0a1b5aab964f73e5b1bd7 (patch) | |
tree | e9aac0717089329f801ce3536dbece77aef55e68 /native/jni/NativeFileList.mk | |
parent | 626e174519a813db42ddec3e2ebf92d2f72d5037 (diff) | |
download | latinime-5d95e8d747bbf83268f0a1b5aab964f73e5b1bd7.tar.gz latinime-5d95e8d747bbf83268f0a1b5aab964f73e5b1bd7.tar.xz latinime-5d95e8d747bbf83268f0a1b5aab964f73e5b1bd7.zip |
Add FormatUtilsTest.
Change-Id: I39ee1d18e0b70d9f4504d29a94cabc9354e4527e
Diffstat (limited to 'native/jni/NativeFileList.mk')
-rw-r--r-- | native/jni/NativeFileList.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/native/jni/NativeFileList.mk b/native/jni/NativeFileList.mk index 68d2bbd83..b896f386f 100644 --- a/native/jni/NativeFileList.mk +++ b/native/jni/NativeFileList.mk @@ -131,6 +131,7 @@ LATIN_IME_CORE_TEST_FILES := \ suggest/policyimpl/dictionary/structure/v4/content/terminal_position_lookup_table_test.cpp \ suggest/policyimpl/dictionary/utils/buffer_with_extendable_buffer_test.cpp \ suggest/policyimpl/dictionary/utils/byte_array_utils_test.cpp \ + suggest/policyimpl/dictionary/utils/format_utils_test.cpp \ suggest/policyimpl/dictionary/utils/sparse_table_test.cpp \ suggest/policyimpl/dictionary/utils/trie_map_test.cpp \ suggest/policyimpl/utils/damerau_levenshtein_edit_distance_policy_test.cpp \ |