Tests: TestRunner once again generates IDA Python script

This commit is contained in:
Katy Coe
2020-09-03 07:11:23 +02:00
parent d72d8df113
commit af3aa4eed2

View File

@@ -59,6 +59,11 @@ namespace Il2CppInspector
new CppScaffolding(appModel)
.Write(testPath + $@"\test-cpp-result{nameSuffix}");
new PythonScript(appModel)
.WriteScriptToFile(testPath + $@"\test-ida{nameSuffix}.py", "IDA",
testPath + $@"\test-cpp-result{nameSuffix}\appdata\il2cpp-types.h",
testPath + $@"\test-result{nameSuffix}.json");
}
// Compare test results with expected results