diff options
author | Henrique Nakashima <hnakashima@chromium.org> | 2017-09-05 15:42:06 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-09-05 19:56:57 +0000 |
commit | 067b785037a5c1aecbb922722507901e06e86503 (patch) | |
tree | 7ba9632b95bf3764029e86e93fcc455ce13a07df /BUILD.gn | |
parent | 6c902e62e23fd6d2baf06078c94085fe755c36d6 (diff) | |
download | pdfium-067b785037a5c1aecbb922722507901e06e86503.tar.xz |
Add unit tests for Code 39 barcode writer.
Bug: pdfium:882
Change-Id: Ib73abbbc9499e1adef561d7a0ad15dc4eb51234f
Reviewed-on: https://pdfium-review.googlesource.com/13150
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1955,6 +1955,7 @@ test("pdfium_unittests") { "core/fxcrt/xml/cfx_saxreader_unittest.cpp", "core/fxcrt/xml/cfx_xmlsyntaxparser_unittest.cpp", "fxbarcode/oned/BC_OnedCode128Writer_unittest.cpp", + "fxbarcode/oned/BC_OnedCode39Writer_unittest.cpp", "fxbarcode/oned/BC_OnedEAN13Writer_unittest.cpp", "fxbarcode/oned/BC_OnedEAN8Writer_unittest.cpp", "fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp", |