about summary refs log tree commit diff
path: root/pkgs/test/default.nix
diff options
context:
space:
mode:
authorRaphael Robatsch <raphael-git@tapesoftware.net>2023-05-26 10:40:36 +0000
committerRaphael Robatsch <raphael-git@tapesoftware.net>2023-05-26 16:18:07 +0200
commit256c3a7a534106cfc441c88b97c4514793bccda3 (patch)
treee4a7cd8a057f74946a6ca22d70b08d3e1edcf338 /pkgs/test/default.nix
parentc9ff452fd28bbe3fe44fa0f6a7154b8926645540 (diff)
tests.dotnet: init with test for projectReferences
Add a test for buildDotnetModule's `projectReferences = [ ... ];`
feature, which is currently unused and therefore untested in nixpkgs.
Diffstat (limited to 'pkgs/test/default.nix')
-rw-r--r--pkgs/test/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/test/default.nix b/pkgs/test/default.nix
index 9f684dcea72ff..b6793d25b6e21 100644
--- a/pkgs/test/default.nix
+++ b/pkgs/test/default.nix
@@ -86,6 +86,8 @@ with pkgs;
 
   coq = callPackage ./coq {};
 
+  dotnet = recurseIntoAttrs (callPackages ./dotnet { });
+
   makeHardcodeGsettingsPatch = callPackage ./make-hardcode-gsettings-patch { };
 
   makeWrapper = callPackage ./make-wrapper { };