Skip to content

Commit

Permalink
enable arc
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout committed Jan 12, 2022
1 parent 96b763c commit ac2818c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testament/categories.nim
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ proc dllTests(r: var TResults, cat: Category, options: string) =
# dummy compile result:
var c = initResults()

runBasicDLLTest c, r, cat, options
runBasicDLLTest c, r, cat, options & " -d:release"
runBasicDLLTest c, r, cat, options & " --gc:arc"
runBasicDLLTest c, r, cat, options & " -d:release --gc:arc"
when not defined(windows):
# still cannot find a recent Windows version of boehm.dll:
runBasicDLLTest c, r, cat, options & " --gc:boehm"
runBasicDLLTest c, r, cat, options & " -d:release --gc:boehm"
runBasicDLLTest c, r, cat, options & " --gc:boehm --threads:off"
runBasicDLLTest c, r, cat, options & " -d:release --gc:boehm --threds:off"

# ------------------------------ GC tests -------------------------------------

Expand Down

0 comments on commit ac2818c

Please sign in to comment.