Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_kotlin
/
refs/heads/upstream/fix-release-notes-generation
/
.
/
docs
/
BUILD.bazel
blob: 81f27ccb4acd849c9b3aaf94465ca827507ff045 [
file
] [
log
] [
blame
] [
edit
]
sh_test
(
name
=
"are_docs_up_to_date_test"
,
srcs
=
[
"are_docs_up_to_date_test.sh"
],
args
=
[
"$(location kotlin.md)"
,
"$(location //kotlin:stardoc)"
,
],
data
=
[
"kotlin.md"
,
"//kotlin:stardoc"
,
],
)