diff options
-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" |