summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn13
1 files changed, 13 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 0d3d6938da..6681871e71 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",
+ ]
+}