Index: blimp/test/BUILD.gn |
diff --git a/blimp/test/BUILD.gn b/blimp/test/BUILD.gn |
index 0802b66ef63e3f1503511a122e2b393c8ef7a709..92ab29c48343d522db3f75c2369f5790f5a1ab48 100644 |
--- a/blimp/test/BUILD.gn |
+++ b/blimp/test/BUILD.gn |
@@ -2,6 +2,21 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+import("//testing/test.gni") |
+ |
+source_set("run_all_unittests") { |
+ testonly = true |
+ |
+ sources = [ |
+ "run_all_unittests.cc", |
+ ] |
+ |
+ deps = [ |
+ "//base/test:test_support", |
+ "//mojo/edk/system", |
+ ] |
+} |
+ |
source_set("support") { |
testonly = true |