Enable tests in ovni

This commit is contained in:
Rodrigo Arias 2023-10-04 13:31:55 +02:00
parent 867e61acde
commit 873d2f1abc

View File

@ -42,4 +42,7 @@ in
cmakeBuildType = if (enableDebug) then "Debug" else "Release";
cmakeFlags = [ "-DOVNI_GIT_COMMIT=${src.shortRev}" ];
dontStrip = true;
doCheck = true;
checkTarget = "test";
hardeningDisable = [ "all" ];
}