mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2025-12-10 21:40:14 +05:00
Tests: Make TestRunner output C++ headers
This commit is contained in:
@@ -55,6 +55,9 @@ namespace Il2CppInspector
|
||||
|
||||
new IDAPythonScript(model)
|
||||
.WriteScriptToFile(testPath + $@"\test-ida-result{nameSuffix}.py");
|
||||
|
||||
new CppScaffolding(model)
|
||||
.WriteCppToFile(testPath + $@"\test-result{nameSuffix}.h");
|
||||
}
|
||||
|
||||
// Compare test result with expected result
|
||||
|
||||
Reference in New Issue
Block a user