diff options
| author | Dan Willemsen <dwillemsen@google.com> | 2015-09-17 20:59:51 -0700 |
|---|---|---|
| committer | Dan Willemsen <dwillemsen@google.com> | 2015-09-18 10:28:36 -0700 |
| commit | c7697ce79d62eb2298e890ec26bbf9dc80454542 (patch) | |
| tree | 666ae382e0142cde4581787d226c7ba86e8b0861 /Blueprints | |
| parent | d7f00ccf5ffbe79576878239015d2fd4b7d1daad (diff) | |
| download | platform_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-- | Blueprints | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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"], ) |
