Tests: Make TestRunner output C++ headers

This commit is contained in:
Katy Coe
2020-07-02 14:21:56 +02:00
parent c59245ec56
commit 25d19457a9

View File

@@ -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