Skip to content

Commit

Permalink
fix categorization of c-core and cpp tests in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Sep 20, 2023
1 parent 490f6a3 commit 2d5dac9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/buildgen/extract_metadata_from_bazel_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,6 @@ def update_test_metadata_with_transitive_metadata(
if "//external:gtest" in bazel_rule["_TRANSITIVE_DEPS"]:
# run_tests.py checks the "gtest" property to see if test should be run via gtest.
lib_dict["gtest"] = True
# TODO: this might be incorrect categorization of the test...
lib_dict["language"] = "c++"


def _get_transitive_protos(bazel_rules, t):
Expand Down

0 comments on commit 2d5dac9

Please sign in to comment.