From 17a71f69691c2017cc367dde1cd0375543a743fd Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Tue, 15 May 2018 13:39:14 -0700 Subject: [PATCH] Build the flutter tester on Linux in the default group. (#5267) --- shell/platform/linux/BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell/platform/linux/BUILD.gn b/shell/platform/linux/BUILD.gn index cf9f9736a11..e512996041a 100644 --- a/shell/platform/linux/BUILD.gn +++ b/shell/platform/linux/BUILD.gn @@ -3,4 +3,7 @@ # found in the LICENSE file. group("linux") { + deps = [ + "$flutter_root/shell/testing", + ] }