Fix build.

Change-Id: I80d177f3c9bff1fb90029edeafa4a62d0b99e09e
main
Yuichiro Hanada 2013-08-15 20:47:42 +09:00
parent 0238e1eb01
commit 35f41a9f18
1 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@ public class Test extends Dicttool.Command {
private static final Class<?>[] sClassesToTest = {
BinaryDictOffdeviceUtilsTests.class,
FusionDictionaryTest.class,
BinaryDictDecoderEncoderTests.class
BinaryDictDecoderEncoderTests.class,
BinaryDictEncoderFlattenTreeTests.class,
BinaryDictIOUtilsTests.class,
BinaryDictIOUtilsTests.class
};
private ArrayList<Method> mAllTestMethods = new ArrayList<Method>();
private ArrayList<String> mUsedTestMethods = new ArrayList<String>();