update test command for 'norm' package

This commit is contained in:
narimiran
2020-06-25 13:03:12 +02:00
parent 7c27cdc719
commit a5667218a9

View File

@@ -63,7 +63,7 @@ pkg "nimsl", true
pkg "nimsvg"
# pkg "nimterop", true
# pkg "nimx", true, "nim c --threads:on test/main.nim"
pkg "norm", true, "nim c -r tests/tsqlite.nim"
pkg "norm", true, "nim c -r tests/tsqliterows.nim"
pkg "npeg"
pkg "ormin", true, "nim c -o:orminn ormin.nim"
pkg "parsetoml"