blob: 41613cfb215a76148dcdb1d1cee1841208b5ced3 [file] [log] [blame]
load("//tools/build_defs/dotnet:csharp.bzl", "csharp_nunit_test")
csharp_nunit_test(
name = "MyTest",
srcs = [
"MyTest.cs",
],
deps = [
"//examples/dotnet/example_lib:MyClass",
],
)