Skip to content

Commit

Permalink
need a space, duh
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Sep 20, 2024
1 parent 836c6b2 commit 7a93d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arraymancer.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ proc test(name, switches = "", split = false, lang = "c") =
if not dirExists "build":
mkDir "build"
if not split:
exec "nim " & lang & "-d:ssl -o:build/" & name & switches & " -r tests/" & name & ".nim"
exec "nim " & lang & " -d:ssl -o:build/" & name & switches & " -r tests/" & name & ".nim"
else:
exec "nim " & lang & "-d:ssl -o:build/" & name & switches & " -r tests/_split_tests/" & name & ".nim"
exec "nim " & lang & " -d:ssl -o:build/" & name & switches & " -r tests/_split_tests/" & name & ".nim"

# run tests that require old RNG for backward compat. reasos
let rngTests = ["spatial/test_kdtree",
Expand Down

0 comments on commit 7a93d38

Please sign in to comment.