diff options
author | 2014-08-25 16:52:12 +0900 | |
---|---|---|
committer | 2014-08-25 16:52:12 +0900 | |
commit | c04ae7758358eac29899fa43cfa91bb32f9c0cf1 (patch) | |
tree | 82ce534973ecee98006529f54cc017c90b5c957a /native/jni/NativeFileList.mk | |
parent | e38f79182d61c2b965cc3b47065c17107865df46 (diff) | |
download | latinime-c04ae7758358eac29899fa43cfa91bb32f9c0cf1.tar.gz latinime-c04ae7758358eac29899fa43cfa91bb32f9c0cf1.tar.xz latinime-c04ae7758358eac29899fa43cfa91bb32f9c0cf1.zip |
Add ByteArrayUtilsTest.
Change-Id: I4695a2573b4d2d8331fc9ce1e9ff83397791a586
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 7a732a588..4a89b2b63 100644 --- a/native/jni/NativeFileList.mk +++ b/native/jni/NativeFileList.mk @@ -128,6 +128,7 @@ LATIN_IME_CORE_TEST_FILES := \ 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/byte_array_utils_test.cpp \ suggest/policyimpl/dictionary/utils/trie_map_test.cpp \ utils/autocorrection_threshold_utils_test.cpp \ utils/int_array_view_test.cpp |