diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1540,3 +1540,16 @@ static_library("xfa") { "//v8:v8_libplatform", ] } + +executable("pdfium_unittests") { + testonly = true + sources = [ + "core/src/fxcrt/fx_basic_bstring_unittest.cpp", + ] + deps = [ + ":pdfium", + "//base", + "//base/test:run_all_unittests", + "//testing/gtest", + ] +} |