Merge remote-tracking branch 'origin/GP-5838_ghidragander_calling-convention-junit--SQUASHED'

This commit is contained in:
Ryan Kurtz
2026-04-22 10:32:00 -04:00
21 changed files with 3892 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ if (!project.hasProperty('srcTreeName')) {
project.ext.testRootDirName = "JunitTest_" + srcTreeName
project.ext.pcodeTestRootDirName = "PCodeTest_" + srcTreeName
project.ext.cspecTestRootDirName = "CSpecTest_" + srcTreeName
project.ext.shareDir = System.properties.get('share.dir')
if (project.ext.shareDir != null) {