aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.bash
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2015-06-23 19:46:20 -0700
committerDan Willemsen <dwillemsen@google.com>2015-06-26 11:51:03 -0700
commite5e20331465457b7708b6590b0c977889d0e7688 (patch)
tree283ad2d55c8fba58f77c3ab6e0e2f0c1e388f4fd /bootstrap.bash
parent88b4c29fb318cc0f455d6ebc3fb7865b00353a04 (diff)
downloadbuild_soong-e5e20331465457b7708b6590b0c977889d0e7688.tar.gz
build_soong-e5e20331465457b7708b6590b0c977889d0e7688.tar.bz2
build_soong-e5e20331465457b7708b6590b0c977889d0e7688.zip
Build and run tests during bootstrap
Change-Id: If40489d74136af4d15d4ff26210a50975a462497
Diffstat (limited to 'bootstrap.bash')
-rwxr-xr-xbootstrap.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.bash b/bootstrap.bash
index e9a64367..f6056d65 100755
--- a/bootstrap.bash
+++ b/bootstrap.bash
@@ -4,6 +4,7 @@ export BOOTSTRAP="${BASH_SOURCE[0]}"
export SRCDIR=$(dirname "${BASH_SOURCE[0]}")
export TOPNAME="Android.bp"
export BOOTSTRAP_MANIFEST="${SRCDIR}/build/soong/build.ninja.in"
+export RUN_TESTS="-t"
case $(uname) in
Linux)