diff options
author | 2014-04-09 17:15:55 +0900 | |
---|---|---|
committer | 2014-04-09 17:15:55 +0900 | |
commit | 111c05ff35763d6fe08a05ff341086de61498dc2 (patch) | |
tree | f35ba4caa4b0f5cc39c0512c43230973c4c8ead8 /native/jni/NativeFileList.mk | |
parent | 26c806620c26e048918624367ee624526613b0d2 (diff) | |
download | latinime-111c05ff35763d6fe08a05ff341086de61498dc2.tar.gz latinime-111c05ff35763d6fe08a05ff341086de61498dc2.tar.xz latinime-111c05ff35763d6fe08a05ff341086de61498dc2.zip |
Add BloomFilterTest.
Change-Id: If97b9e9cc3bbaa4c7877991c11d7935626268ca3
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 1230150ea..70a6638fb 100644 --- a/native/jni/NativeFileList.mk +++ b/native/jni/NativeFileList.mk @@ -102,4 +102,5 @@ LATIN_IME_CORE_SRC_FILES := \ LATIN_IME_CORE_TEST_FILES := \ defines_test.cpp \ suggest/core/layout/normal_distribution_2d_test.cpp \ + suggest/core/dictionary/bloom_filter_test.cpp \ utils/autocorrection_threshold_utils_test.cpp |