Annotate flutter_wtf_unittests as testonly (#3104)

This allows setting testonly=true for gtest in the Fuchsia build.
This commit is contained in:
James Robinson
2016-10-06 15:01:33 -07:00
committed by GitHub
parent 166f44c0f7
commit e980741445
+2
View File
@@ -213,6 +213,8 @@ source_set("wtf") {
executable("unittests") {
output_name = "flutter_wtf_unittests"
testonly = true
sources = [
"CheckedArithmeticTest.cpp",
"DequeTest.cpp",