Aesthetic changes

Aesthetic changes, typos fix and delete recursive inclusions.

Signed-off-by: Slawomir_Jankowski <slawomir.jankowski@intel.com>
This commit is contained in:
Slawomir_Jankowski
2019-10-01 14:24:16 +02:00
parent e02821d399
commit 0696ec1f9c
25 changed files with 23 additions and 29 deletions

View File

@@ -90,7 +90,7 @@ class TestGenerator(object):
def get_autowrap_file_include(self, test_file_path):
autowrap_file = test_file_path.rsplit(".", 1)[0]
autowrap_file = autowrap_file.replace(self.main_UT_dir, "")
autowrap_file += "_generated_warps.c"
autowrap_file += "_generated_wraps.c"
return "#include \"" + autowrap_file + "\"\n\n"
def get_includes(self, abs_path_to_tested_file):