diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-11-19 16:23:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-19 16:23:03 +0800 |
commit | 6c5283b194ec238c765c2e0a8f252db003643557 (patch) | |
tree | 82c605ecc70dba108e17348c7756b0c20959807a /testament | |
parent | 4fc0027b57b83b30797c2439398dc9f6c38674b0 (diff) | |
download | Nim-6c5283b194ec238c765c2e0a8f252db003643557.tar.gz |
enable nimwc testing (#22960)
ref https://github.com/ThomasTJdev/nim_websitecreator/pull/145
Diffstat (limited to 'testament')
-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 5f5868cfd..c2b2476e7 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -119,7 +119,7 @@ pkg "nimquery" pkg "nimsl" pkg "nimsvg" pkg "nimterop", "nimble minitest", url = "https://github.com/nim-lang/nimterop" -pkg "nimwc", "nim c nimwc.nim", allowFailure = true +pkg "nimwc", "nim c nimwc.nim" pkg "nimx", "nim c test/main.nim", allowFailure = true pkg "nitter", "nim c src/nitter.nim", "https://github.com/zedeus/nitter" pkg "norm", "testament r tests/common/tmodel.nim" |