From 3a4ebcc7c490eba0c22892ab04d1730c350fd0c0 Mon Sep 17 00:00:00 2001 From: Henrique Nakashima Date: Fri, 14 Jul 2017 14:24:42 -0400 Subject: Create ParseDataType unit tests based on specs. Test cases that are commented out are failing with our current implementation. Change-Id: I9f80003af5a5d182f53cc655454aec44397d278b Reviewed-on: https://pdfium-review.googlesource.com/7890 Commit-Queue: Henrique Nakashima Reviewed-by: Tom Sepez --- BUILD.gn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 66095d4749..c13d2904ef 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1981,7 +1981,10 @@ test("pdfium_unittests") { deps += [ "//skia" ] } if (pdf_enable_v8) { - sources += [ "fpdfsdk/javascript/public_methods_unittest.cpp" ] + sources += [ + "fpdfsdk/javascript/public_methods_unittest.cpp", + "fpdfsdk/javascript/util_unittest.cpp", + ] include_dirs += [ "//v8", "//v8/include", -- cgit v1.2.3