From e9807414458856a99e06362e36330c31fc816662 Mon Sep 17 00:00:00 2001 From: James Robinson Date: Thu, 6 Oct 2016 15:01:33 -0700 Subject: [PATCH] Annotate flutter_wtf_unittests as testonly (#3104) This allows setting testonly=true for gtest in the Fuchsia build. --- sky/engine/wtf/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sky/engine/wtf/BUILD.gn b/sky/engine/wtf/BUILD.gn index 8587911a2..a3efa03fb 100644 --- a/sky/engine/wtf/BUILD.gn +++ b/sky/engine/wtf/BUILD.gn @@ -213,6 +213,8 @@ source_set("wtf") { executable("unittests") { output_name = "flutter_wtf_unittests" + testonly = true + sources = [ "CheckedArithmeticTest.cpp", "DequeTest.cpp",