mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-20 11:48:25 -06:00
- it now can generate and install the API documentation ('make install-html') - the information of the dune.module file is now used much more extensively - presence of the valgrind headers is tested - tests which cannot be run for a configuration will now appear as 'skipped' in CDash - adding tests does not require modifying the toplevel CMakeList.txt anymore - introduction of the 'EwomsAddTest' cmake macro which removes quite a bit of the copy-and-paste from the CMakeLists.txt. - various small loose ends have been fixed
9 lines
240 B
CMake
9 lines
240 B
CMake
# set the CMake module include path
|
|
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules")
|
|
|
|
# eWoms unit-testing infrastructure
|
|
include(EwomsAddTest)
|
|
|
|
EwomsAddTest(tutorial_coupled)
|
|
EwomsAddTest(tutorial_decoupled)
|