Skip to content
Snippets Groups Projects
Commit 338656f3 authored by Andreas Rauschert's avatar Andreas Rauschert
Browse files

Merge branch 'bazel_buildifier_changes' into 'main'

Update Bazel files with buildifier fixes

See merge request eclipse/simopenpass/yase!11
parents 7295733e da0cc6fa
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "googletest",
url = "https://github.com/google/googletest/archive/refs/tags/release-1.12.1.tar.gz",
sha256 = "81964fe578e9bd7c94dfdb09c8e4d6e6759e19967e397dbea48d1c10e45d0df2",
strip_prefix = "googletest-release-1.12.1",
url = "https://github.com/google/googletest/archive/refs/tags/release-1.12.1.tar.gz",
)
......@@ -117,7 +117,7 @@ cc_test(
"tests/test_extension.cpp",
],
deps = [
":agnostic_behavior_tree",
"@googletest//:gtest_main",
":agnostic_behavior_tree"
]
],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment