diff options
author | 2014-08-29 14:16:15 +0900 | |
---|---|---|
committer | 2014-08-29 14:16:15 +0900 | |
commit | 93e3b5a16fc948c4561487c411884ed1e13d7639 (patch) | |
tree | ee2e0aed40b32402591b51228c7a6a1b01cff36d /native/jni/NativeFileList.mk | |
parent | 40b6d6cbd11f4cdcff2ffbb756e8a4e3fb148ab7 (diff) | |
download | latinime-93e3b5a16fc948c4561487c411884ed1e13d7639.tar.gz latinime-93e3b5a16fc948c4561487c411884ed1e13d7639.tar.xz latinime-93e3b5a16fc948c4561487c411884ed1e13d7639.zip |
Add TerminalPositionLookupTableTest.
Change-Id: I4a3ab4c94a7759d7f24c7edc9c167fe6bbdd3eb7
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 6f92ae444..082e1e2f9 100644 --- a/native/jni/NativeFileList.mk +++ b/native/jni/NativeFileList.mk @@ -126,6 +126,7 @@ LATIN_IME_CORE_TEST_FILES := \ suggest/core/layout/normal_distribution_2d_test.cpp \ suggest/policyimpl/dictionary/structure/v4/content/language_model_dict_content_test.cpp \ suggest/policyimpl/dictionary/structure/v4/content/probability_entry_test.cpp \ + 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/sparse_table_test.cpp \ |