Files
ResInsight/ThirdParty/Ert/python/tests/global/CMakeLists.txt
Jacob Støren f5d1d2d1f9 #1396 Update libEcl to 06a39878636af0bc52582430ad0431450e51139c
To include phase split well connection rates and some summary intersect support. Supposedly Final update before release.
2017-05-08 13:37:39 +02:00

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)