From 5628fd71197c0d476a89cf3a00810aaf9fdfc086 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Thu, 27 Apr 2017 14:58:53 -0700 Subject: Add barcode test skeleton Individual tests need some more fleshing out. Fix spelling of "Destroy" while we're at it. Bug: pdfium:699 Change-Id: I05f1da8654bfdf92cb264adae16e1b3209587a31 Reviewed-on: https://pdfium-review.googlesource.com/4550 Commit-Queue: Tom Sepez Reviewed-by: Lei Zhang --- BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 938c01b8f3..8cdc9037c0 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -227,6 +227,7 @@ static_library("test_support") { sources = [ "testing/fx_string_testhelpers.cpp", "testing/fx_string_testhelpers.h", + "testing/mock_ifx_renderdevicedriver.h", "testing/test_support.cpp", "testing/test_support.h", "testing/utils/path_service.cpp", @@ -1896,6 +1897,7 @@ test("pdfium_unittests") { "xfa/fde/css/cfde_cssstylesheet_unittest.cpp", "xfa/fde/css/cfde_cssvaluelistparser_unittest.cpp", "xfa/fgas/layout/cfx_rtfbreak_unittest.cpp", + "xfa/fwl/cfx_barcode_unittest.cpp", "xfa/fxfa/app/cxfa_textparser_unittest.cpp", "xfa/fxfa/app/xfa_ffbarcode_unittest.cpp", "xfa/fxfa/cxfa_ffapp_unittest.cpp", -- cgit v1.2.3