summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBad Dog <disruptek@users.noreply.github.com>2020-11-22 02:11:05 -0500
committerGitHub <noreply@github.com>2020-11-22 15:11:05 +0800
commit2841cc6e97da3822eb778b0cbd138ebd1fc5cec0 (patch)
tree99d5bd3c6edde0974ea9a903f2ee249ca0c6299e
parentf1764aaa9ed2a4e3488ccc5632aed77e3cae8cbf (diff)
downloadNim-2841cc6e97da3822eb778b0cbd138ebd1fc5cec0.tar.gz
add gram to important packages (#16037)
-rw-r--r--testament/important_packages.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index 22d58ba3e..ffc626589 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -44,6 +44,7 @@ pkg1 "glob"
 pkg1 "ggplotnim", "nim c -d:noCairo -r tests/tests.nim"
 # pkg1 "gittyup", "nimble test", "https://github.com/disruptek/gittyup"
 pkg1 "gnuplot", "nim c gnuplot.nim"
+pkg1 "gram", "nim c -r --gc:arc --define:danger tests/test.nim", "https://github.com/disruptek/gram"
 pkg1 "hts", "nim c -o:htss src/hts.nim"
 # pkg1 "httpauth"
 pkg1 "illwill", "nimble examples"