diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-05-16 12:59:10 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-05-16 17:10:24 +0000 |
commit | 9774984f96946eb96eed29abfcbe824cb5858bbb (patch) | |
tree | 6f96b570c81fbf771172355456e7014edcb15fd9 /BUILD.gn | |
parent | c0d358ad234843a524a1bcc2a439f08ad0c64aa1 (diff) | |
download | pdfium-9774984f96946eb96eed29abfcbe824cb5858bbb.tar.xz |
Add formcalc lexer tests.
This CL adds tests for CXFA_FMLexer.
Change-Id: I4cb7000212dda6d2b32211005a1c22deabb813ae
Reviewed-on: https://pdfium-review.googlesource.com/5554
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Nicolás Peña <npm@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1908,6 +1908,7 @@ test("pdfium_unittests") { "xfa/fxfa/app/cxfa_textparser_unittest.cpp", "xfa/fxfa/app/xfa_ffbarcode_unittest.cpp", "xfa/fxfa/cxfa_ffapp_unittest.cpp", + "xfa/fxfa/fm2js/xfa_lexer_unittest.cpp", "xfa/fxfa/fm2js/xfa_simpleexpression_unittest.cpp", "xfa/fxfa/parser/xfa_utils_unittest.cpp", ] |