commit | 681dbc295b07b9db6c32d1b7074e99d9e2fa651d | [log] [tgz] |
---|---|---|
author | Keisuke Kuroyanagi <ksk@google.com> | Sat Nov 08 13:49:51 2014 +0900 |
committer | Keisuke Kuroyanagi <ksk@google.com> | Tue Nov 18 07:52:01 2014 +0900 |
tree | a8d44c82782ab0cae1f0182000f1cc81a09cc9d8 | |
parent | 1a8ae0549dda4b0e3bb80623f4f87027a0fbfabf [diff] [blame] |
Add unit tests for ArgumentsParser.validateSpecs(). Bug: 10059681 Change-Id: I3ba5d856ad679e32dd3360863335c436ad6e7301
diff --git a/native/dicttoolkit/NativeFileList.mk b/native/dicttoolkit/NativeFileList.mk index d2c8c3a..9a547b0 100644 --- a/native/dicttoolkit/NativeFileList.mk +++ b/native/dicttoolkit/NativeFileList.mk
@@ -39,5 +39,6 @@ $(addprefix offdevice_intermediate_dict/, \ offdevice_intermediate_dict_test.cpp) \ $(addprefix utils/, \ + arguments_parser_test.cpp \ command_utils_test.cpp \ utf8_utils_test.cpp)