summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorAntonis Geralis <43617260+planetis-m@users.noreply.github.com>2020-11-28 01:05:19 +0200
committerGitHub <noreply@github.com>2020-11-28 00:05:19 +0100
commit157e7820f1bf120d0015f3b564ccc45c42ab03f4 (patch)
tree36aab3d6e5e4fa76626b6463b30389e6af1ebbe7 /testament
parentc55552522710ef918e1adfd7a0f90ee0834b277f (diff)
downloadNim-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.nim3
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"