diff options
author | flywind <xzsflywind@gmail.com> | 2021-04-04 01:31:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-03 10:31:33 -0700 |
commit | 66890c3ad476edc54358d5ab9758df218c5c4229 (patch) | |
tree | e4baea5553d205be0904a16b1fae32e92329ad43 /testament | |
parent | 4a11a04fba99e868c371be09216dc93ae2fe3cd6 (diff) | |
download | Nim-66890c3ad476edc54358d5ab9758df218c5c4229.tar.gz |
enable some packages (#17629)
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 8f096b71e..620ad3a00 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -49,7 +49,7 @@ pkg "c2nim", "nim c testsuite/tester.nim" pkg "cascade" pkg "cello" pkg "chroma" -pkg "chronicles", "nim c -o:chr -r chronicles.nim", allowFailure = true # pending https://github.com/status-im/nim-chronos/issues/169 +pkg "chronicles", "nim c -o:chr -r chronicles.nim" pkg "chronos", "nim c -r -d:release tests/testall", allowFailure = true # pending https://github.com/nim-lang/Nim/issues/17130 pkg "cligen", "nim c --path:. -r cligen.nim" pkg "combparser", "nimble test --gc:orc" @@ -72,7 +72,7 @@ pkg "gnuplot", "nim c gnuplot.nim" # pkg "gram", "nim c -r --gc:arc --define:danger tests/test.nim", "https://github.com/disruptek/gram" # pending https://github.com/nim-lang/Nim/issues/16509 pkg "hts", "nim c -o:htss src/hts.nim" -pkg "httpauth", allowFailure = true +pkg "httpauth" pkg "illwill", "nimble examples" pkg "inim" pkg "itertools", "nim doc src/itertools.nim" @@ -110,7 +110,7 @@ pkg "nimsvg" pkg "nimterop", "nimble minitest" pkg "nimwc", "nim c nimwc.nim" pkg "nimx", "nim c --threads:on test/main.nim", allowFailure = true -pkg "nitter", "nim c src/nitter.nim", "https://github.com/zedeus/nitter", allowFailure = true +pkg "nitter", "nim c src/nitter.nim", "https://github.com/zedeus/nitter" pkg "norm", "nim c -r tests/sqlite/trows.nim" pkg "npeg", "nimble testarc" pkg "numericalnim", "nim c -r tests/test_integrate.nim" |