Skip to content

Commit

Permalink
Fix generateAmalgamatedFiles.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dimztimz committed Sep 17, 2022
1 parent ab9d850 commit e889084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/scripts/generateAmalgamatedFiles.py
Expand Up @@ -108,6 +108,7 @@ def generate_cpp():
with open(output_cpp, mode='w', encoding='utf-8') as cpp:
cpp.write(formatted_file_header(Version()))
cpp.write('\n#include "catch_amalgamated.hpp"\n')
concatenate_file(cpp, os.path.join(root_path, 'catch2/internal/catch_windows_h_proxy.hpp'), False)
for file in cpp_files:
concatenate_file(cpp, file, False)
print('Concatenated {} cpp files'.format(len(cpp_files)))
Expand Down

0 comments on commit e889084

Please sign in to comment.