From cbbb6ca4d74391b624eec78059e081bbde61e04f Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Sat, 20 Feb 2021 09:02:10 -0800 Subject: important_packages: add fusion (#17094) --- testament/important_packages.nim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testament') diff --git a/testament/important_packages.nim b/testament/important_packages.nim index b5fd26776..b19a99adb 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -1,3 +1,5 @@ +# xxx instead of pkg1, pkg2, use the more flexible `NIM_TESTAMENT_BATCH` (see #14823). + template pkg1(name: string; cmd = "nimble test"; url = "", useHead = true): untyped = packages1.add((name, cmd, url, useHead)) @@ -39,6 +41,7 @@ pkg1 "easygl", "nim c -o:egl -r src/easygl.nim", "https://github.com/jackmott/ea pkg1 "elvis" # pkg1 "fidget" # pending https://github.com/treeform/fidget/issues/133 pkg1 "fragments", "nim c -r fragments/dsl.nim" +pkg1 "fusion" pkg1 "gara" pkg1 "glob" pkg1 "ggplotnim", "nim c -d:noCairo -r tests/tests.nim" -- cgit 1.4.1-2-gfad0