From b50ae6817a8cf558eedbee5e405dd68a7d22edd8 Mon Sep 17 00:00:00 2001 From: Miran Date: Mon, 8 Jul 2019 22:22:15 +0200 Subject: [PATCH] [other] test more packages (#11687) --- testament/important_packages.nim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 049b50e72e..defd748ab0 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"