Skip to content
Snippets Groups Projects
Commit c5004ec4 authored by Stéphane Albert's avatar Stéphane Albert
Browse files

COMP: Updated test path for OTB-applications binary directory.

parent c5eb62ff
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,9 @@ include_directories(
)
#-------------- Monteverdi Application Tests ---------------------------------
add_test(apTvMonteverdi2Application ${Application_TESTS} mvdMonteverdi2ApplicationTest)
add_test( apTvMonteverdi2Application ${Application_TESTS}
mvdMonteverdi2ApplicationTest
)
set(Application_SRCS
......
......@@ -30,21 +30,23 @@ endif()
#-------------- Monteverdi Common Tests ---------------------------------
# Applications toolBox test
add_test(apTvMonteverdi2ApplicationsToolBox ${Common_TESTS} mvdApplicationsToolBoxTest)
add_test( apTvMonteverdi2ApplicationsToolBox ${Common_TESTS}
mvdApplicationsToolBoxTest
)
# test when OTB_USE_QT is set to ON
if (OTB_USE_QT4)
# Applications browser test
add_test(apTvMonteverdi2ApplicationsBrowser ${Common_TESTS1}
add_test( apTvMonteverdi2ApplicationsBrowser ${Common_TESTS1}
mvdApplicationsBrowserTest
${OTB_DIR}/bin
${OTB_INSTALL_PREFIX}/lib/otb/applications
)
# Fill ToolBox algorithms tree
add_test(apTvMonteverdi2FillToolBoxTree ${Common_TESTS1}
add_test( apTvMonteverdi2FillToolBoxTree ${Common_TESTS1}
mvdFillToolBoxWidgetTreeTest
${OTB_DIR}/bin
${OTB_INSTALL_PREFIX}/lib/otb/applications
)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment