Common components for OPM, in particular build system (cmake).
Go to file
Andreas Lauser a742ddead4 opm_add_test: make it possible to hide disabled tests
the purpose is to make CI systems like travis happy because ctest
counts tests with status "(Not Run)" as failed and returns a non-zero
exit code.

hiding disabled ctests can be achived by adding the
-DADD_DISABLED_CTESTS=OFF cmake parameter.
2016-08-22 12:09:30 +02:00
cmake opm_add_test: make it possible to hide disabled tests 2016-08-22 12:09:30 +02:00
debian update debian packaging 2016-04-18 10:49:37 +02:00
jenkins Update cmake / jenkins / travis due to ert reorg. 2016-08-20 18:20:32 +02:00
opm/common file name and line number are in a new line. 2016-06-15 11:20:34 +08:00
redhat update redhat packaging 2016-04-18 10:49:55 +02:00
tests file name and line number are in a new line. 2016-06-15 11:20:34 +08:00
travis Update cmake / jenkins / travis due to ert reorg. 2016-08-20 18:20:32 +02:00
.gitignore Ignore build/ directory at project root. 2016-02-01 10:33:35 +01:00
.travis.yml Reorganized travis building. 2016-06-07 22:40:52 +02:00
CMakeLists_files.cmake Add MessageLimiter class and test. 2016-05-18 12:11:26 +02:00
CMakeLists.txt fixed: we need different paths in installed and in-tree config file 2015-09-21 14:21:21 +02:00
configure add a hack to the configure script so that it specifies --with-opm-common for itself 2015-09-08 15:11:06 +02:00
dune.module dune.module: change version to 2016.10-pre 2016-05-03 14:31:32 +02:00
LICENSE Initial commit 2015-03-18 01:59:50 -05:00
README.md Added Travis status to README.md 2016-02-05 08:33:51 +01:00

opm-common alt text

Contains common components used throughout all of OPM, in particular CMake modules for the build system.