enable unity-test with color output
This commit is contained in:
parent
0158ebc202
commit
4dc03b821e
2 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ let
|
|||
with_pkgconf = true;
|
||||
};
|
||||
tinylog = callPackage ./pkgs/t/tinylog/package.nix {};
|
||||
unity_test_with_color = callPackage ./pkgs/u/unity-test/package.nix {};
|
||||
in
|
||||
{
|
||||
xbuild = xbuild;
|
||||
|
|
@ -19,4 +20,5 @@ in
|
|||
cedro = cedro;
|
||||
zlog_with_pkgconf = zlog_with_pkgconf;
|
||||
tinylog = tinylog;
|
||||
unity_test_with_color = unity_test_with_color;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
makeFlags = [ "UNITY_OUTPUT_COLOR=1" ];
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue