alttpr-opentracker: run unit tests

This commit is contained in:
IvarWithoutBones 2021-11-01 01:26:25 +01:00
parent af339c5cf8
commit 7bee2fb2b7

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