diff options
author | 2014-04-02 01:23:07 +0900 | |
---|---|---|
committer | 2014-04-02 14:23:53 +0900 | |
commit | c72652cb00eb0a02c46bfcd95202deec068ba5e0 (patch) | |
tree | ab09e0042b6ac42ace0fa3499de477466cb1c3c7 /native/jni/NativeFileList.mk | |
parent | f6c29aa52b5aa0d10dbc2f45db2821b6c6982958 (diff) | |
download | latinime-c72652cb00eb0a02c46bfcd95202deec068ba5e0.tar.gz latinime-c72652cb00eb0a02c46bfcd95202deec068ba5e0.tar.xz latinime-c72652cb00eb0a02c46bfcd95202deec068ba5e0.zip |
Add an initial native test on host environment
This CL adds an initial native test that runs on host
environment, from which we can extend the coverage of native
test.
BUG: 13754552
Change-Id: I0af9d1b5dd049c83b955f5b05add4b39f3cfcc6c
Diffstat (limited to 'native/jni/NativeFileList.mk')
-rw-r--r-- | native/jni/NativeFileList.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/native/jni/NativeFileList.mk b/native/jni/NativeFileList.mk index 2ee4caa42..3da9d5632 100644 --- a/native/jni/NativeFileList.mk +++ b/native/jni/NativeFileList.mk @@ -99,3 +99,6 @@ LATIN_IME_CORE_SRC_FILES := \ char_utils.cpp \ log_utils.cpp \ time_keeper.cpp) + +LATIN_IME_CORE_TEST_FILES := \ + utils/autocorrection_threshold_utils_test.cpp |