aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/NativeFileList.mk
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-09-02 19:47:43 +0900
committerKeisuke Kuroyanagi <ksk@google.com>2014-09-02 19:47:43 +0900
commit69732169cca572c9b3f0a48e434e4abcbb4c95ba (patch)
treea132e21c94f1c0af98317eb8ecb0ac943b52da5b /native/jni/NativeFileList.mk
parent985b2c2e91485a0cb293bff35a80877b2be71eae (diff)
downloadlatinime-69732169cca572c9b3f0a48e434e4abcbb4c95ba.tar.gz
latinime-69732169cca572c9b3f0a48e434e4abcbb4c95ba.tar.xz
latinime-69732169cca572c9b3f0a48e434e4abcbb4c95ba.zip
Add DamerauLevenshteinEditDistancePolicyTest
Change-Id: Ia36bc6ddd0ec553fee151153061428c7c66d32d2
Diffstat (limited to 'native/jni/NativeFileList.mk')
-rw-r--r--native/jni/NativeFileList.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/jni/NativeFileList.mk b/native/jni/NativeFileList.mk
index 5a0aacda1..f21b54c9b 100644
--- a/native/jni/NativeFileList.mk
+++ b/native/jni/NativeFileList.mk
@@ -132,6 +132,7 @@ LATIN_IME_CORE_TEST_FILES := \
suggest/policyimpl/dictionary/utils/byte_array_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 \
utils/autocorrection_threshold_utils_test.cpp \
utils/int_array_view_test.cpp \
utils/time_keeper_test.cpp