mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
ocamlPackages.qcheck-stm: init at 0.2
This commit is contained in:
parent
991356c807
commit
6698fd456e
17
pkgs/development/ocaml-modules/qcheck/stm.nix
Normal file
17
pkgs/development/ocaml-modules/qcheck/stm.nix
Normal file
@ -0,0 +1,17 @@
|
||||
{ buildDunePackage
|
||||
, qcheck-multicoretests-util
|
||||
}:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "qcheck-stm";
|
||||
|
||||
inherit (qcheck-multicoretests-util) src version;
|
||||
|
||||
propagatedBuildInputs = [ qcheck-multicoretests-util ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = qcheck-multicoretests-util.meta // {
|
||||
description = "State-machine testing library for sequential and parallel model-based tests";
|
||||
};
|
||||
}
|
@ -1470,6 +1470,8 @@ let
|
||||
|
||||
qcheck-ounit = callPackage ../development/ocaml-modules/qcheck/ounit.nix { };
|
||||
|
||||
qcheck-stm = callPackage ../development/ocaml-modules/qcheck/stm.nix { };
|
||||
|
||||
qtest = callPackage ../development/ocaml-modules/qtest { };
|
||||
|
||||
### R ###
|
||||
|
Loading…
Reference in New Issue
Block a user