alttpr-opentracker: run unit tests

This commit is contained in:
IvarWithoutBones
2021-11-01 02:06:54 +01:00
parent af339c5cf8
commit 7bee2fb2b7
+5 -1
View File
@@ -25,10 +25,14 @@ buildDotnetModule rec {
};
dotnet-runtime = dotnetCorePackages.runtime_3_1;
projectFile = "OpenTracker.sln";
nugetDeps = ./deps.nix;
projectFile = "OpenTracker.sln";
executables = [ "OpenTracker" ];
doCheck = true;
dotnet-test-sdk = dotnetCorePackages.sdk_3_1;
nativeBuildInputs = [
autoPatchelfHook
wrapGAppsHook