summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authornarimiran <narimiran@disroot.org>2019-08-30 08:47:58 +0200
committernarimiran <narimiran@disroot.org>2019-08-30 08:47:58 +0200
commit25581c796f519cb41d8b40b48bf160678339b87f (patch)
tree838a4bc39ab47bb7d3ef40801f5d2a7394bf373d /testament
parent029dcc6259b8f0e6ee0216a936636509f7f530ff (diff)
downloadNim-25581c796f519cb41d8b40b48bf160678339b87f.tar.gz
enable testing of more packages
Diffstat (limited to 'testament')
-rw-r--r--testament/important_packages.nim5
1 files changed, 3 insertions, 2 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index d10e9c5b3..6317139d1 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -5,9 +5,10 @@ template pkg(name: string; cmd = "nimble test"; hasDeps = false; url = ""): unty
 var packages*: seq[tuple[name, cmd: string; hasDeps: bool; url: string]] = @[]
 
 
-#pkg "argparse"
+pkg "argparse"
 pkg "arraymancer", "nim c -r src/arraymancer.nim", true
 pkg "ast_pattern_matching", "nim c -r --useVersion=0.19 tests/test1.nim"
+pkg "bigints"
 pkg "binaryheap", "nim c -r binaryheap.nim"
 pkg "blscurve", "", true
 pkg "bncurve", "", true
@@ -56,7 +57,7 @@ pkg "nimquery"
 pkg "nimsl", "", true
 pkg "nimsvg"
 pkg "nimx", "nim c --threads:on test/main.nim", true
-# pkg "norm", "nim c -r tests/testsqlite.nim", true
+pkg "norm", "nim c -r tests/tsqlite.nim", true
 pkg "npeg"
 pkg "ormin", "nim c -o:orminn ormin.nim", true
 pkg "parsetoml"