Skip to content

Commit

Permalink
test refc in Nim 2.0 and newer (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Mar 30, 2024
1 parent 06f715f commit 5cb10de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions normalize.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ requires "unicodedb >= 0.7"
task test, "Test":
exec "nim c -r src/normalize"
exec "nim c -r tests/tests"
when (NimMajor, NimMinor) >= (2, 0):
exec "nim c --mm:refc -r src/normalize"
exec "nim c --mm:refc -r tests/tests"

task docs, "Docs":
exec "nim doc --project -o:./docs ./src/normalize.nim"

0 comments on commit 5cb10de

Please sign in to comment.