aboutsummaryrefslogtreecommitdiffstats
path: root/Blueprints
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2015-09-17 20:59:51 -0700
committerDan Willemsen <dwillemsen@google.com>2015-09-18 10:28:36 -0700
commitc7697ce79d62eb2298e890ec26bbf9dc80454542 (patch)
tree666ae382e0142cde4581787d226c7ba86e8b0861 /Blueprints
parentd7f00ccf5ffbe79576878239015d2fd4b7d1daad (diff)
downloadplatform_build_blueprint-c7697ce79d62eb2298e890ec26bbf9dc80454542.tar.gz
platform_build_blueprint-c7697ce79d62eb2298e890ec26bbf9dc80454542.tar.bz2
platform_build_blueprint-c7697ce79d62eb2298e890ec26bbf9dc80454542.zip
Add a test runner
This removes the need to use $OLDPWD when running tests, which means that the builddir may be an absolute or relative directory. It also filters out the "PASS" message on successful test runs to clean up our output. Change-Id: I4ab937c7a87b74fe997a47cc0311e2f357f9f7e9
Diffstat (limited to 'Blueprints')
-rw-r--r--Blueprints5
1 files changed, 5 insertions, 0 deletions
diff --git a/Blueprints b/Blueprints
index 70d57db..df3ad60 100644
--- a/Blueprints
+++ b/Blueprints
@@ -125,6 +125,11 @@ bootstrap_core_go_binary(
)
bootstrap_core_go_binary(
+ name = "gotestrunner",
+ srcs = ["gotestrunner/gotestrunner.go"],
+)
+
+bootstrap_core_go_binary(
name = "choosestage",
srcs = ["choosestage/choosestage.go"],
)