Browse Source

Calll the binding generator with a debug Mono when building the tests.

pull/227/merge
João Matos 11 years ago
parent
commit
0847815da3
  1. 2
      build/Tests.lua

2
build/Tests.lua

@ -63,7 +63,7 @@ function SetupTestGeneratorBuildEvent(name) @@ -63,7 +63,7 @@ function SetupTestGeneratorBuildEvent(name)
prebuildcommands { exePath }
else
local exePath = SafePath("%{cfg.buildtarget.directory}/" .. name .. ".Gen.exe")
prebuildcommands { "mono " .. exePath }
prebuildcommands { "mono --debug " .. exePath }
end
end

Loading…
Cancel
Save