Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboyd2 committed Dec 6, 2023
1 parent 2ed7d25 commit d2e6318
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions dotnet/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,5 @@ bzl_library(
srcs = ["toolchain.bzl"],
visibility = ["//visibility:public"],
)

exports_files(["defs.bzl"])
2 changes: 1 addition & 1 deletion dotnet/private/rules/csharp/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ bzl_library(

bzl_library(
name = "nunit_test",
srcs = ["nunit_test.bzl"],
srcs = ["nunit_test.bzl"], # keep
visibility = [
"//docs:__subpackages__",
"//dotnet:__subpackages__",
Expand Down
2 changes: 1 addition & 1 deletion dotnet/private/rules/fsharp/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ bzl_library(

bzl_library(
name = "nunit_test",
srcs = ["nunit_test.bzl"],
srcs = ["nunit_test.bzl"], # keep
visibility = [
"//docs:__subpackages__",
"//dotnet:__subpackages__",
Expand Down
6 changes: 6 additions & 0 deletions dotnet/private/tests/bzl_library/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
load("@aspect_bazel_lib//lib:docs.bzl", "stardoc_with_diff_test")

stardoc_with_diff_test(
name = "docs",
bzl_library_target = "//dotnet:defs",
)

0 comments on commit d2e6318

Please sign in to comment.