megatest now checks refc too (#21341)

* megatest now checks refc too

* fixes refc
This commit is contained in:
ringabout
2023-02-10 05:14:39 +08:00
committed by GitHub
parent be4912681f
commit 51f410e1d5
5 changed files with 15 additions and 3 deletions

View File

@@ -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]