Tests: Make TestRunner output C++ headers
This commit is contained in:
@@ -55,6 +55,9 @@ namespace Il2CppInspector
|
|||||||
|
|
||||||
new IDAPythonScript(model)
|
new IDAPythonScript(model)
|
||||||
.WriteScriptToFile(testPath + $@"\test-ida-result{nameSuffix}.py");
|
.WriteScriptToFile(testPath + $@"\test-ida-result{nameSuffix}.py");
|
||||||
|
|
||||||
|
new CppScaffolding(model)
|
||||||
|
.WriteCppToFile(testPath + $@"\test-result{nameSuffix}.h");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Compare test result with expected result
|
// Compare test result with expected result
|
||||||
|
|||||||
Reference in New Issue
Block a user