preCICE v3.1.2
|
Functions | |
get_gitfiles () | |
file_extension (name) | |
get_cmake_file_paths (root) | |
is_precice_root (root) | |
get_file_lists (root) | |
itest_path_to_suite (path) | |
test_suites_from_files (itests) | |
generate_lib_sources (sources, public) | |
generate_unit_tests (utests) | |
generate_integration_tests (itests) | |
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 |
updateSourceFiles.file_extension | ( | name | ) |
Definition at line 36 of file updateSourceFiles.py.
updateSourceFiles.generate_integration_tests | ( | itests | ) |
updateSourceFiles.generate_lib_sources | ( | sources, | |
public ) |
Definition at line 145 of file updateSourceFiles.py.
updateSourceFiles.generate_unit_tests | ( | utests | ) |
Definition at line 149 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 94 of file updateSourceFiles.py.
updateSourceFiles.main | ( | ) |
updateSourceFiles.test_suites_from_files | ( | itests | ) |
Definition at line 103 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 132 of file updateSourceFiles.py.
str updateSourceFiles.SOURCES_BASE |
Definition at line 107 of file updateSourceFiles.py.
str updateSourceFiles.TESTS_BASE |
Definition at line 124 of file updateSourceFiles.py.