Updated test cases documentation

This commit is contained in:
Bartek Kryza
2023-02-19 18:56:11 +01:00
parent 6341a62857
commit 56a8ad9ca2
99 changed files with 2981 additions and 2676 deletions

View File

@@ -53,7 +53,7 @@ with open(r'tests/test_cases.yaml') as f:
tc.write("\n```\n")
tc.write("## Source code\n")
for source_file in os.listdir(f'tests/{name}/'):
if source_file.endswith(".h") or source_file.endswith(".cc"):
if source_file.endswith(".h") or source_file.endswith(".cc") or source_file.endswith(".c"):
if source_file == "test_case.h":
continue
tc.write(f'File {source_file}\n')