aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/run-tests.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop building host native test in unbundled build•••It turned out that building native code for host environment is not supported in NDK build. Hence this CL makes the host native test available only as a part of platform build to avoid accidental build breakage in unbundled build. BUG: 18095678 Change-Id: If608da166d5a478358e6890b8db526b4c2c0ab41 Yohei Yukawa2014-10-231-0/+7
* Add native unittest support on target devices for LatinIME•••This CL adds native unittest support on target devices for LatinIME. Note that you need to specify --target option to run-tests.sh to run native unittest on the target device. BUG: 13754552 Change-Id: I1dfb78ae1461163db8d47c3ba9141d4812070fd0 Yohei Yukawa2014-06-231-7/+46
* Do not call exit 1 when loaded with source command•••BUG: 13754552 Change-Id: I3d5e4c0786547521325405100c175dd1b21754df Yohei Yukawa2014-04-021-1/+1
* Add a script to run native tests•••This script saves your time to remember how to build and run native unittests for LatinIME. BUG: 13754552 Change-Id: I98398648f0eb0a0100a8729df26f71d53b54c5e3 Yohei Yukawa2014-04-021-0/+29