diff options
author | Antonis Geralis <43617260+planetis-m@users.noreply.github.com> | 2020-11-28 01:05:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-28 00:05:19 +0100 |
commit | 157e7820f1bf120d0015f3b564ccc45c42ab03f4 (patch) | |
tree | 36aab3d6e5e4fa76626b6463b30389e6af1ebbe7 /testament | |
parent | c55552522710ef918e1adfd7a0f90ee0834b277f (diff) | |
download | Nim-157e7820f1bf120d0015f3b564ccc45c42ab03f4.tar.gz |
Add package manu to tested packages (#16121)
* Add package manu to tested packages * Bump
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index ffc626589..2da10e749 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -11,7 +11,7 @@ var packages2*: seq[tuple[name, cmd: string; url: string, useHead: bool]] = @[] # pkg1 "alea" pkg1 "argparse" pkg1 "arraymancer", "nim c tests/tests_cpu.nim" -#pkg1 "ast_pattern_matching", "nim c -r --oldgensym:on tests/test1.nim" +# pkg1 "ast_pattern_matching", "nim c -r --oldgensym:on tests/test1.nim" pkg1 "awk" pkg1 "bigints", url = "https://github.com/Araq/nim-bigints" pkg1 "binaryheap", "nim c -r binaryheap.nim" @@ -56,6 +56,7 @@ pkg1 "karax", "nim c -r tests/tester.nim" pkg1 "kdtree", "nimble test", "https://github.com/jblindsay/kdtree" pkg1 "loopfusion" pkg1 "macroutils" +pkg1 "manu" pkg1 "markdown" pkg1 "memo" pkg1 "msgpack4nim", "nim c -r tests/test_spec.nim" |