enable unity-test with color output

This commit is contained in:
Rongsong Shen 2025-11-04 16:27:15 +08:00
parent 0158ebc202
commit 4dc03b821e
2 changed files with 3 additions and 0 deletions

View file

@ -17,6 +17,7 @@ stdenv.mkDerivation (finalAttrs: {
};
nativeBuildInputs = [ cmake ];
makeFlags = [ "UNITY_OUTPUT_COLOR=1" ];
doCheck = true;
meta = {