Skip to content
Snippets Groups Projects
Commit d6e59f57 authored by Julien Michel's avatar Julien Michel
Browse files

Ajout d'un test d'intégration d'OSSIM. (MAJ)

parent 4c21d785
Branches
Tags
No related merge requests found
...@@ -3,10 +3,10 @@ IF( NOT OTB_DISABLE_CXX_TESTING ) ...@@ -3,10 +3,10 @@ IF( NOT OTB_DISABLE_CXX_TESTING )
# ------- ossim integration test ---------- # ------- ossim integration test ----------
ADD_TEST(utOSSIMIntegrationTest utOSSIMIntegrationTest) ADD_TEST(utTuOSSIMIntegrationTest ${CXX_TEST_PATH}/utOSSIMIntegrationTest)
# ------- Fichiers sources CXX ----------------------------------- # ------- Fichiers sources CXX -----------------------------------
INCLUDE_DIRECTORIES("${OTBTesting_BINARY_DIR}")
ADD_EXECUTABLE(utOSSIMIntegrationTest ossimIntegrationTest.cxx) ADD_EXECUTABLE(utOSSIMIntegrationTest ossimIntegrationTest.cxx)
TARGET_LINK_LIBRARIES(utOSSIMIntegrationTest gdal ossim) TARGET_LINK_LIBRARIES(utOSSIMIntegrationTest gdal ossim)
......
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment