diff options
author | Andy Davidoff <disruptek@users.noreply.github.com> | 2020-10-26 09:15:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 14:15:56 +0100 |
commit | ea6c28249ae7107fba954f90dac31132564dcaad (patch) | |
tree | 1d7340bd9580ed5584082ac1bb427732760fb56c | |
parent | a87617956f9a521eac3663df6a6a9862bc7ae87e (diff) | |
download | Nim-ea6c28249ae7107fba954f90dac31132564dcaad.tar.gz |
add criterion to important packages (#15604)
* add criterion to important packages * use a special nimscript for criterion tests * fix criterion speed differently Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
-rw-r--r-- | testament/important_packages.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 6a265f39a..ef7dded4b 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -31,6 +31,7 @@ pkg1 "cligen", "nim c --path:. -r cligen.nim" pkg1 "combparser", "nimble test --gc:orc" pkg1 "compactdict" pkg1 "comprehension", "nimble test", "https://github.com/alehander42/comprehension" +pkg1 "criterion" pkg1 "dashing", "nim c tests/functional.nim" pkg1 "delaunay" pkg1 "docopt" |