diff options
author | Miran <narimiran@disroot.org> | 2019-07-08 22:22:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-08 22:22:15 +0200 |
commit | b50ae6817a8cf558eedbee5e405dd68a7d22edd8 (patch) | |
tree | 7e2c120ccd869375f92086615fd5627593b91648 /testament | |
parent | 124a584eb2309a8338a9f5b0077d88723281d8ff (diff) | |
download | Nim-b50ae6817a8cf558eedbee5e405dd68a7d22edd8.tar.gz |
[other] test more packages (#11687)
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 049b50e72..defd748ab 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -57,7 +57,7 @@ pkg "nimquery" pkg "nimsl", "", true pkg "nimsvg" pkg "nimx", "nim c --threads:on test/main.nim", true -# pkg "norm", "nim c -o:normm src/norm.nim", true +pkg "norm", "nim c -r tests/testsqlite.nim", true pkg "npeg" pkg "ormin", "nim c -o:orminn ormin.nim", true pkg "parsetoml" @@ -79,5 +79,6 @@ pkg "unicodeplus", "", true pkg "unpack" pkg "with" # pkg "winim", "", true +pkg "ws" pkg "yaml" pkg "zero_functional", "nim c -r test.nim" |