diff options
author | Constantine Molchanov <moigagoo@live.com> | 2021-11-03 11:16:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-03 09:16:24 +0100 |
commit | b2edc3468cf0857b337bff09cb68649d49803ccf (patch) | |
tree | cdfcb601dcb58b754999846c5122870c6fe9794d /testament/important_packages.nim | |
parent | f7cfc46ae17b81d9ccdc84573da00561f24ea99f (diff) | |
download | Nim-b2edc3468cf0857b337bff09cb68649d49803ccf.tar.gz |
Use testament to check Norm test pass (#19018)
* Use testament to check Norm test pass This is what I actually use to test Norm, so it's better to use it. This should not currently pass. This is expected because this is exactly the problem I want to highlight with this PR. My tests do indeed not pass at the moment. * Remove clearNimblePath from testament command. Co-authored-by: flywind <xzsflywind@gmail.com>
Diffstat (limited to 'testament/important_packages.nim')
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index e037cc609..fc5c808ab 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -115,7 +115,7 @@ 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" -pkg "norm", "nim c -r tests/sqlite/trows.nim" +pkg "norm", "testament r tests/sqlite/trows.nim" pkg "npeg", "nimble testarc" pkg "numericalnim", "nim c -r tests/test_integrate.nim" pkg "optionsutils" |