Skip to content

Commit

Permalink
Move all examples into Bazel workspace
Browse files Browse the repository at this point in the history
Those examples will be used for Bazel integration tests and their
sources should be available directly to the Bazel workspace itself.

--
MOS_MIGRATED_REVID=89380736
  • Loading branch information
damienmg authored and hanwen committed Mar 24, 2015
1 parent 5247ff5 commit adeef73
Show file tree
Hide file tree
Showing 63 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,10 @@ EOF
esac
}

# Create symlinks so we can use tools from the base_workspace.
# Create symlinks so we can use tools and examples from the base_workspace.
rm -f base_workspace/tools && ln -s $(pwd)/tools base_workspace/tools
rm -f base_workspace/third_party && ln -s $(pwd)/third_party base_workspace/third_party
rm -f base_workspace/examples && ln -s $(pwd)/examples base_workspace/examples

case "${PLATFORM}" in
linux)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit adeef73

Please sign in to comment.