|
preCICE v3.3.0
|
Functions | |
| get_gitfiles () | |
| file_extension (name) | |
| get_cmake_file_paths (root) | |
| is_precice_root (root) | |
| get_file_lists (root) | |
| itest_path_to_suite (path) | |
| generate_lib_sources (sources, public) | |
| generate_unit_tests (utests) | |
| generate_integration_tests (itests) | |
| generate_benchmark_sources (sources) | |
| main () | |
Variables | |
| list | IGNORE_PATTERNS = ["drivers", "mapping/device"] |
| list | CONFIGURED_PUBLIC = ["${PROJECT_BINARY_DIR}/src/precice/Version.h"] |
| list | CONFIGURED_SOURCES |
| str | SOURCES_BASE |
| str | TESTS_BASE |
| str | ITESTS_BASE |
| str | BENCHMARKS_BASE |
| updateSourceFiles.file_extension | ( | name | ) |
Definition at line 36 of file updateSourceFiles.py.
| updateSourceFiles.generate_benchmark_sources | ( | sources | ) |
Definition at line 178 of file updateSourceFiles.py.
| updateSourceFiles.generate_integration_tests | ( | itests | ) |
Definition at line 174 of file updateSourceFiles.py.
| updateSourceFiles.generate_lib_sources | ( | sources, | |
| public ) |
Definition at line 166 of file updateSourceFiles.py.
| updateSourceFiles.generate_unit_tests | ( | utests | ) |
Definition at line 170 of file updateSourceFiles.py.
| updateSourceFiles.get_cmake_file_paths | ( | root | ) |
Definition at line 41 of file updateSourceFiles.py.
| updateSourceFiles.get_file_lists | ( | root | ) |
| updateSourceFiles.get_gitfiles | ( | ) |
Definition at line 23 of file updateSourceFiles.py.
| updateSourceFiles.is_precice_root | ( | root | ) |
| updateSourceFiles.itest_path_to_suite | ( | path | ) |
Extracts the test suite from a path and translates it to the boost test name
Definition at line 113 of file updateSourceFiles.py.
| updateSourceFiles.main | ( | ) |
| str updateSourceFiles.BENCHMARKS_BASE |
Definition at line 155 of file updateSourceFiles.py.
| list updateSourceFiles.CONFIGURED_PUBLIC = ["${PROJECT_BINARY_DIR}/src/precice/Version.h"] |
Definition at line 14 of file updateSourceFiles.py.
| list updateSourceFiles.CONFIGURED_SOURCES |
Definition at line 17 of file updateSourceFiles.py.
| list updateSourceFiles.IGNORE_PATTERNS = ["drivers", "mapping/device"] |
Definition at line 11 of file updateSourceFiles.py.
| str updateSourceFiles.ITESTS_BASE |
Definition at line 147 of file updateSourceFiles.py.
| str updateSourceFiles.SOURCES_BASE |
Definition at line 122 of file updateSourceFiles.py.
| str updateSourceFiles.TESTS_BASE |
Definition at line 139 of file updateSourceFiles.py.