-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduces golden_test.py which validates cmake file generation. Minor CMake format updates in a few cases. Adds example testdata for the following: * native_rules * bazel_skylib * grpc_generate_cc * local_mirror * third_party_http_archive * rules_nasm PiperOrigin-RevId: 492229343 Change-Id: Id8e47ea2b54427958639073acfc3e42ffabd9019
- Loading branch information
1 parent
618169c
commit d717eb0
Showing
57 changed files
with
908 additions
and
716 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Ignore .git folders | ||
.git | ||
|
||
# See: https://github.com/bazelbuild/bazel/issues/7093 | ||
tools/cmake/bazel_to_cmake | ||
tools/cmake/bazel_to_cmake/bzl_library | ||
tools/cmake/bazel_to_cmake/starlark | ||
tools/cmake/bazel_to_cmake/testdata | ||
tools/cmake/bazel_to_cmake/testdata/native_rules | ||
tools/cmake/bazel_to_cmake/testdata/rules_nasm | ||
tools/cmake/bazel_to_cmake/testdata/bazel_skylib | ||
tools/cmake/bazel_to_cmake/testdata/grpc_generate_cc | ||
tools/cmake/bazel_to_cmake/testdata/local_mirror | ||
tools/cmake/bazel_to_cmake/testdata/local_mirror/golden/_cmake_binary_dir_/local_mirror/lpm | ||
tools/cmake/bazel_to_cmake/testdata/third_party_http_archive |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
87 changes: 0 additions & 87 deletions
87
tools/cmake/bazel_to_cmake/bzl_library/bazel_skylib_test.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.