From 25d19457a93adf384e3399ed7377ed7a78633d93 Mon Sep 17 00:00:00 2001 From: Katy Coe Date: Thu, 2 Jul 2020 14:21:56 +0200 Subject: [PATCH] Tests: Make TestRunner output C++ headers --- Il2CppTests/TestRunner.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Il2CppTests/TestRunner.cs b/Il2CppTests/TestRunner.cs index 225d8aa..4360898 100644 --- a/Il2CppTests/TestRunner.cs +++ b/Il2CppTests/TestRunner.cs @@ -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