diff options
author | Miran <narimiran@disroot.org> | 2020-07-22 14:57:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-22 14:57:40 +0200 |
commit | ec65bfae3ac20a6c3d13249bc1fc8413db2b3abb (patch) | |
tree | d19fed2f34518559572768833555abb0069e0afd /testament | |
parent | d84894de2e04b22111a607eb72d301a1535a65e9 (diff) | |
download | Nim-ec65bfae3ac20a6c3d13249bc1fc8413db2b3abb.tar.gz |
Change testing commands for some packages (#15041)
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 3d5436c84..8fa7c99a9 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -13,7 +13,6 @@ var packages2*: seq[tuple[name, cmd: string; hasDeps: bool; url: string, useHead pkg1 "argparse" pkg1 "arraymancer", true, "nim c tests/tests_cpu.nim" pkg1 "ast_pattern_matching", false, "nim c -r --oldgensym:on tests/test1.nim" -pkg1 "asyncmysql", true pkg1 "awk", true pkg1 "bigints" pkg1 "binaryheap", false, "nim c -r binaryheap.nim" @@ -30,7 +29,6 @@ pkg1 "chronicles", true, "nim c -o:chr -r chronicles.nim" when not defined(osx): # testdatagram.nim(560, 54): Check failed pkg1 "chronos", true, "nim c -r -d:release tests/testall" pkg1 "cligen", false, "nim c -o:cligenn -r cligen.nim" -pkg1 "coco", true pkg1 "combparser" pkg1 "compactdict" pkg1 "comprehension", false, "nimble test", "https://github.com/alehander42/comprehension" @@ -45,7 +43,7 @@ pkg1 "gara" pkg1 "ggplotnim", true, "nim c -d:noCairo -r tests/tests.nim" # pkg1 "gittyup", true, "nimble test", "https://github.com/disruptek/gittyup" pkg1 "glob" -pkg1 "gnuplot" +pkg1 "gnuplot", false, "nim c gnuplot.nim" pkg1 "hts", false, "nim c -o:htss src/hts.nim" # pkg1 "httpauth", true pkg1 "illwill", false, "nimble examples" @@ -69,7 +67,7 @@ pkg1 "stint", false, "nim c -o:stintt -r stint.nim" # packages N-Z pkg2 "nake", false, "nim c nakefile.nim" pkg2 "neo", true, "nim c -d:blas=openblas tests/all.nim" -pkg2 "nesm" +# pkg2 "nesm", false, "nimble tests" # notice plural 'tests' # pkg2 "nico", true pkg2 "nicy", false, "nim c -r src/nicy.nim" pkg2 "nigui", false, "nim c -o:niguii -r src/nigui.nim" @@ -121,7 +119,7 @@ pkg2 "tempdir" pkg2 "templates" pkg2 "tensordsl", false, "nim c -r tests/tests.nim", "https://krux02@bitbucket.org/krux02/tensordslnim.git" pkg2 "terminaltables", false, "nim c src/terminaltables.nim" -pkg2 "termstyle" +pkg2 "termstyle", false, "nim c -r termstyle.nim" pkg2 "timeit" pkg2 "timezones" pkg2 "tiny_sqlite" @@ -132,5 +130,5 @@ pkg2 "websocket", false, "nim c websocket.nim" # pkg2 "winim", true pkg2 "with" pkg2 "ws" -pkg2 "yaml" +pkg2 "yaml", false, "nim build" pkg2 "zero_functional", false, "nim c -r -d:nimWorkaround14447 test.nim" |