mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
9 lines
250 B
CMake
9 lines
250 B
CMake
set(TEST_SOURCES
|
|
__init__.py
|
|
test_summary_resample.py
|
|
)
|
|
|
|
add_python_package("python.tests.bin_tests" ${PYTHON_INSTALL_PREFIX}/tests/bin_tests "${TEST_SOURCES}" False)
|
|
|
|
addPythonTest(tests.bin_tests.test_summary_resample.SummaryResampleTest)
|