Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ocamlPackages.fiat-p256: fix tests with alcotest 1.4.0

authored by

Vincent Laporte and committed by
Vincent Laporte
2d1f4d4d 11c24ba9

+6
+6
pkgs/development/ocaml-modules/fiat-p256/default.nix
··· 12 12 sha256 = "0086h9qkvnqfm8acrxqbki54z619nj73x7f0d01v5vg2naznx7w9"; 13 13 }; 14 14 15 + # Make tests compatible with alcotest 1.4.0 16 + postPatch = '' 17 + substituteInPlace test/wycheproof/test.ml --replace \ 18 + 'Printf.ksprintf Alcotest.fail' 'Printf.ksprintf (fun s -> Alcotest.fail s)' 19 + ''; 20 + 15 21 buildInputs = [ dune-configurator ]; 16 22 propagatedBuildInputs = [ bigarray-compat cstruct eqaf hex ]; 17 23 checkInputs = [ alcotest asn1-combinators benchmark