Skip to content

Commit

Permalink
Add a .bazelignore file applicable to tink/examples/WORKSPACE.
Browse files Browse the repository at this point in the history
This allows building and testing all targets within tink/examples/... while
facilitating the exclusion of nested workspaces (i.e. tink/examples/cc/WORKSPACE).

PiperOrigin-RevId: 301544203
  • Loading branch information
chuckx authored and copybara-github committed Mar 18, 2020
1 parent 1c719a3 commit 78941b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/.bazelignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cc
4 changes: 2 additions & 2 deletions kokoro/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ run_linux_tests() {
popd
# ------------------- examples
pushd examples
time bazel build -- helloworld/... || ( ls -l ; df -h / ; exit 1 )
time bazel build -- ... || ( ls -l ; df -h / ; exit 1 )
time bazel test \
--strategy=TestRunner=standalone --test_output=all \
-- helloworld/... \
-- ... \
|| ( ls -l ; df -h / ; exit 1 )
popd
# ------------------- examples/cc
Expand Down

0 comments on commit 78941b7

Please sign in to comment.