diff options
author | Lei Zhang <thestig@chromium.org> | 2018-05-23 23:12:10 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-05-23 23:12:10 +0000 |
commit | 9425006330d98c838cccc5bdb2f5fb11eb204baa (patch) | |
tree | 47cd44d216bf3a86d4f24b9db1eecc1a2e75e0bb /BUILD.gn | |
parent | 602f06cfb1079cb0153acba75dd94140c58d7b7b (diff) | |
download | pdfium-9425006330d98c838cccc5bdb2f5fb11eb204baa.tar.xz |
Add unit test for CFX_BitStream.
Change-Id: I764196b9cc1d437313aac18ee9d5dbed642c7119
Reviewed-on: https://pdfium-review.googlesource.com/32850
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2887,6 +2887,7 @@ test("pdfium_unittests") { "core/fxcodec/jbig2/JBig2_BitStream_unittest.cpp", "core/fxcodec/jbig2/JBig2_Image_unittest.cpp", "core/fxcrt/bytestring_unittest.cpp", + "core/fxcrt/cfx_bitstream_unittest.cpp", "core/fxcrt/cfx_seekablemultistream_unittest.cpp", "core/fxcrt/fx_bidi_unittest.cpp", "core/fxcrt/fx_coordinates_unittest.cpp", |