CMake: Add generate_cmakelists.py

This commit is contained in:
Ole Schütt 2023-02-13 23:05:58 +01:00 committed by Ole Schütt
parent 3c9a402856
commit 2e6be7afd1
7 changed files with 880 additions and 886 deletions

View file

@ -28,6 +28,7 @@ unzip -q -d ./tools/minimax_tools/1_xData 1_xData.zip
run_test ./tools/prettify/prettify_test.py
run_test ./tools/minimax_tools/minimax_to_fortran_source.py --check
run_test ./tools/docker/generate_dockerfiles.py --check
run_test ./cmake/generate_cmakelists.py --check
run_test mypy --strict ./tools/minimax_tools/minimax_to_fortran_source.py
run_test mypy --strict ./tools/dashboard/generate_dashboard.py
@ -39,6 +40,7 @@ run_test mypy --strict ./tools/precommit/check_file_properties.py
run_test mypy --strict ./tools/precommit/format_makefile.py
run_test mypy --strict ./tools/docker/generate_dockerfiles.py
run_test mypy --strict ./tools/conventions/analyze_gfortran_ast.py
run_test mypy --strict ./cmake/generate_cmakelists.py
# TODO: Find a way to test generate_dashboard.py without git repository.
#