mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
enable tests per default in flake.nix
This commit is contained in:
@@ -42,8 +42,11 @@
|
||||
version = "0.52";
|
||||
src = lib.cleanSource ./.;
|
||||
|
||||
cmakeFlags = [ "-DCMAKE_BUILD_TYPE=Release" ];
|
||||
doCheck = true;
|
||||
cmakeFlags =
|
||||
[ "-DCMAKE_BUILD_TYPE=Release" "-DBNGBLASTER_TESTS=ON" ];
|
||||
|
||||
checkInputs = [ pkgs.cmocka pkgs.libpcap ];
|
||||
nativeBuildInputs = buildTools;
|
||||
buildInputs = dependencies ++ [ packages.libdict ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user