Files
opm-common/tests/CMakeLists.txt
Pål Grønås Drange d966376562 added basic tables support, and cornerpoint test data (#27)
* added basic tables support, and cornerpoint test data
2017-02-16 15:43:59 +01:00

8 lines
306 B
CMake

configure_file(spe3/SPE3CASE1.DATA spe3/SPE3CASE1.DATA COPYONLY)
configure_file(data/CORNERPOINT_ACTNUM.DATA data/CORNERPOINT_ACTNUM.DATA COPYONLY)
configure_file(data/JFUNC.DATA data/JFUNC.DATA COPYONLY)
foreach(prog parse state props schedule wells)
add_python_test(${prog} ${prog}.py)
endforeach()