make testing for prologue more stable (#15491)

This commit is contained in:
flywind
2020-10-05 15:57:23 +08:00
committed by GitHub
parent bbe2eb20df
commit b760fdc9ca

View File

@@ -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"