commit | 04502e4bd511813f2390b23d52b4e39693ede726 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon Sep 03 14:54:52 2018 +0100 |
committer | Andrew Scull <ascull@google.com> | Mon Sep 03 17:50:59 2018 +0100 |
tree | 1b7db078e118a9a78de164695862c2ee9509e7e8 | |
parent | ed98036fe9bf326b40ba00b78226481d247bb150 [diff] [blame] |
A test with the mock arch Change-Id: I9af804df9cf1019f0b9c5535d7d79aca28229f88
diff --git a/BUILD.gn b/BUILD.gn index cef1259..622f91e 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -1,6 +1,23 @@ import("//build/image/image.gni") -group("arch_images") { +group("tests") { + testonly = true + + deps = [ + ":unit_tests", + ":vm_tests", + ] +} + +group("unit_tests") { + testonly = true + + deps = [ + "//src:unit_tests($mock_toolchain)", + ] +} + +group("vm_tests") { testonly = true deps = [