mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
To include phase split well connection rates and some summary intersect support. Supposedly Final update before release.
13 lines
283 B
CMake
13 lines
283 B
CMake
set(TEST_SOURCES
|
|
__init__.py
|
|
test_import.py
|
|
test_pylint.py
|
|
)
|
|
|
|
add_python_package("python.tests.global" "${PYTHON_INSTALL_PREFIX}/tests/global" "${TEST_SOURCES}" False)
|
|
|
|
addPythonTest(tests.global.test_import.ImportEcl)
|
|
addPythonTest(tests.global.test_pylint.LintErt)
|
|
|
|
|