mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-30 20:28:00 +00:00
megatest now checks refc too (#21341)
* megatest now checks refc too * fixes refc
This commit is contained in:
@@ -718,6 +718,8 @@ proc processCategory(r: var TResults, cat: Category,
|
||||
case cat2
|
||||
of "megatest":
|
||||
runJoinedTest(r, cat, testsDir, options)
|
||||
if isNimRepoTests():
|
||||
runJoinedTest(r, cat, testsDir, options & " --mm:refc")
|
||||
else:
|
||||
var testsRun = 0
|
||||
var files: seq[string]
|
||||
|
||||
Reference in New Issue
Block a user