diff options
author | flywind <43030857+xflywind@users.noreply.github.com> | 2020-10-05 15:57:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-05 09:57:23 +0200 |
commit | b760fdc9ca858dd146a34da86eabbc3d43fb0833 (patch) | |
tree | 9727ecdf53fe95e890f9841076e1410d7969e5ab | |
parent | bbe2eb20dff980c55f9c480158ceb90046935c34 (diff) | |
download | Nim-b760fdc9ca858dd146a34da86eabbc3d43fb0833.tar.gz |
make testing for prologue more stable (#15491)
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index b4cc25f2a..e8d136151 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -98,7 +98,7 @@ pkg2 "patty" pkg2 "plotly", true, "nim c examples/all.nim" pkg2 "pnm" pkg2 "polypbren" -pkg2 "prologue", true, "nim c -d:release -r tests/test_compile/test_compile.nim" +pkg2 "prologue", true, "nimble tcompile" pkg2 "protobuf", true, "nim c -o:protobuff -r src/protobuf.nim" pkg2 "pylib" pkg2 "rbtree" |