ResInsight/ThirdParty/Ert/devel/libgeometry/tests/CMakeLists.txt
Jacob Støren d7d5d2942b MswRollUp: Updated Ert to commit 1fea6b00f3 master Fixed an Api change
This is an intermediate commit and does not compile
p4#: 22222
2013-08-26 14:44:03 +02:00

10 lines
430 B
CMake

add_executable( geo_surface geo_surface.c )
target_link_libraries( geo_surface ert_geometry test_util )
add_test( geo_surface ${EXECUTABLE_OUTPUT_PATH}/geo_surface
${PROJECT_SOURCE_DIR}/test-data/Statoil/Geometry/Surface.irap
${PROJECT_SOURCE_DIR}/test-data/Statoil/Geometry/Surface_incompatible.irap )
set_property( TEST geo_surface PROPERTY LABELS StatoilData )