aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
authorGravatar Oscar Boykin <oscar.boykin@gmail.com>2016-02-12 21:16:13 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-02-15 09:21:11 +0000
commitb5d417d263bc1b35bdace54e0161137dce7e8ba5 (patch)
treebcfbca430e7d062af853c099d7aa2296747eb0b9 /compile.sh
parentaccfc2c3b84fcb5c06b52ce2e8e64a711d633745 (diff)
Add scala tests to CI
-- Change-Id: If286a9718e036d2bd555baf78600e9208ba5a990 Reviewed-on: https://github.com/bazelbuild/bazel/pull/872 MOS_MIGRATED_REVID=114563576
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/compile.sh b/compile.sh
index bf13174213..3a0869ada5 100755
--- a/compile.sh
+++ b/compile.sh
@@ -154,6 +154,7 @@ if [ $DO_TESTS ]; then
${EXTRA_BAZEL_ARGS} \
--javacopt="-source ${JAVA_VERSION} -target ${JAVA_VERSION}" \
-k --test_output=errors //src/... //third_party/ijar/... //scripts/... \
+ //tools/build_defs/scala/test/... \
|| fail "Tests failed"
fi