diff options
author | 2014-09-04 15:32:30 +0900 | |
---|---|---|
committer | 2014-09-04 15:32:30 +0900 | |
commit | fbddeedff617d101b7617995bdf7c9c7ce7eaf24 (patch) | |
tree | 61fa440c9a3e0ae96b4f7c806deb4a4dc52f5645 /native/jni/NativeFileList.mk | |
parent | 29dcf97e7472bde94d591c743c5311b641fd8238 (diff) | |
download | latinime-fbddeedff617d101b7617995bdf7c9c7ce7eaf24.tar.gz latinime-fbddeedff617d101b7617995bdf7c9c7ce7eaf24.tar.xz latinime-fbddeedff617d101b7617995bdf7c9c7ce7eaf24.zip |
Add HeaderReadWriteUtilsTest
Change-Id: I08aeaa3e5852008874e38ed4799ab8989759e861
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 4f77388fd..68d2bbd83 100644 --- a/native/jni/NativeFileList.mk +++ b/native/jni/NativeFileList.mk @@ -125,6 +125,7 @@ LATIN_IME_CORE_TEST_FILES := \ suggest/core/dictionary/bloom_filter_test.cpp \ suggest/core/layout/geometry_utils_test.cpp \ suggest/core/layout/normal_distribution_2d_test.cpp \ + suggest/policyimpl/dictionary/header/header_read_write_utils_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 \ |