Skip to content

Commit

Permalink
[nimble] run tests with farm hash for devel
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Jul 1, 2024
1 parent 2b837a1 commit ff20846
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions datamancer.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ task test, "Run standard tests":
exec "nim c -r tests/testsFormula.nim"
exec "nim c -r tests/testParse.nim"

# preview farm hash
if (NimMajor, NimMinor) >= (2, 1):
exec "nim c -r -d:nimPreviewHashFarm tests/testDf.nim"
exec "nim c -r -d:nimPreviewHashFarm tests/tests.nim"
exec "nim c -r -d:nimPreviewHashFarm tests/test_issue20.nim"
exec "nim c -r -d:nimPreviewHashFarm tests/test_issue28.nim"
exec "nim c -r -d:nimPreviewHashFarm tests/testsFormula.nim"
exec "nim c -r -d:nimPreviewHashFarm tests/testParse.nim"


task testJs, "Run test for JS":
exec "nim js -r tests/testdf_js_simple.nim"

Expand Down

0 comments on commit ff20846

Please sign in to comment.