nixpkgs/pkgs/test/dotnet/default.nix
Raphael Robatsch 256c3a7a53 tests.dotnet: init with test for projectReferences
Add a test for buildDotnetModule's `projectReferences = [ ... ];`
feature, which is currently unused and therefore untested in nixpkgs.
2023-05-26 16:18:07 +02:00

6 lines
83 B
Nix

{ callPackage }:
{
project-references = callPackage ./project-references { };
}