mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-07 16:01:13 +00:00
Cleanup release scripts a bit
This commit is contained in:
parent
9d6fffb922
commit
c097609115
2 changed files with 6 additions and 37 deletions
|
@ -103,9 +103,9 @@ def generate_cpp():
|
|||
concatenate_file(cpp, file, False)
|
||||
print('Concatenated {} cpp files'.format(len(cpp_files)))
|
||||
|
||||
|
||||
generate_header()
|
||||
generate_cpp()
|
||||
if __name__ == "__main__":
|
||||
generate_header()
|
||||
generate_cpp()
|
||||
|
||||
|
||||
# Notes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue