aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/NativeFileList.mk
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-08-05 12:38:55 +0900
committerKeisuke Kuroyanagi <ksk@google.com>2014-08-05 12:38:55 +0900
commit08894842662eff666a713a7f4deb79204a322f8c (patch)
treed9ea74d4549e9d726a11b19721d3be0e36c65450 /native/jni/NativeFileList.mk
parent85b7b967b70393815da78aa4bae1938dbf9bbe1a (diff)
downloadlatinime-08894842662eff666a713a7f4deb79204a322f8c.tar.gz
latinime-08894842662eff666a713a7f4deb79204a322f8c.tar.xz
latinime-08894842662eff666a713a7f4deb79204a322f8c.zip
Add methods for unigrams to LanguageModelDictContent.
Bug: 14425059 Change-Id: I0a6b480a3d4735787ffac68c47b4ffefc3f1b8a5
Diffstat (limited to 'native/jni/NativeFileList.mk')
-rw-r--r--native/jni/NativeFileList.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/native/jni/NativeFileList.mk b/native/jni/NativeFileList.mk
index 1e3775b0a..64704d94a 100644
--- a/native/jni/NativeFileList.mk
+++ b/native/jni/NativeFileList.mk
@@ -126,6 +126,8 @@ LATIN_IME_CORE_TEST_FILES := \
defines_test.cpp \
suggest/core/layout/normal_distribution_2d_test.cpp \
suggest/core/dictionary/bloom_filter_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/utils/buffer_with_extendable_buffer_test.cpp \
suggest/policyimpl/dictionary/utils/trie_map_test.cpp \
utils/autocorrection_threshold_utils_test.cpp \