Index: blimp/engine/BUILD.gn |
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn |
index bb6cddd22c1e85cff5bb9c669038f052ce324935..18399a95ae81c140bb8fa37ccc41371514e2d6d4 100644 |
--- a/blimp/engine/BUILD.gn |
+++ b/blimp/engine/BUILD.gn |
@@ -44,6 +44,14 @@ repack("pak") { |
output = "$root_out_dir/blimp_engine.pak" |
} |
+source_set("unit_tests") { |
+ testonly = true |
+ |
+ deps = [ |
+ "//blimp/engine/browser:unit_tests", |
+ ] |
+} |
+ |
if (is_linux) { |
executable("blimp_engine_app") { |
sources = [ |