alttpr-opentracker: run unit tests
This commit is contained in:
parent
af339c5cf8
commit
7bee2fb2b7
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue