xo-alloc2: + utest harness for catch2
accept additional commandline arguments
This commit is contained in:
parent
6583fff677
commit
550b33323c
17 changed files with 262 additions and 13 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
# nixpkgs dependencies
|
||||
lib, stdenv, cmake, catch2,
|
||||
doxygen,
|
||||
doxygen, cli11,
|
||||
|
||||
python3Packages,
|
||||
|
||||
|
|
@ -44,6 +44,7 @@ stdenv.mkDerivation (finalattrs:
|
|||
nativeBuildInputs = [
|
||||
cmake
|
||||
catch2
|
||||
cli11
|
||||
xo-randomgen
|
||||
xo-cmake
|
||||
] ++ lib.optionals buildDocs [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue