diff options
author | narimiran <narimiran@disroot.org> | 2019-03-06 17:48:01 +0100 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2019-03-06 17:48:01 +0100 |
commit | 26f48437ca429f8e25f20d1f986c5b46e83cc90b (patch) | |
tree | 95efdb666546028c52a6261ba62ca13884a4421b | |
parent | 3c0f01faa0125f8632951290ad1475e1d93b3b1a (diff) | |
download | Nim-26f48437ca429f8e25f20d1f986c5b46e83cc90b.tar.gz |
better nimpy test
As discussed with @yglukhov.
-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 36437b825..44a429a99 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -34,7 +34,7 @@ pkg "NimData", "nim c -o:nimdataa src/nimdata.nim", "", true pkg "nimes", "nim c src/nimes.nim", "", true pkg "nimgame2", "nim c nimgame2/nimgame.nim", "", true pkg "nimongo", "nimble test_ci", "", true -pkg "nimpy", "nim c -o:nimpyy nimpy.nim" +pkg "nimpy", "nim c tests/nimfrompy.nim" pkg "nimsl", "nim c test.nim" pkg "nimsvg" pkg "nimx", "nim c --threads:on test/main.nim", "", true |