Skip to content
Snippets Groups Projects
Commit c3e3ea02 authored by Julien Malik's avatar Julien Malik
Browse files

TEST: fix test declaration

parent a426ec9f
No related branches found
No related tags found
No related merge requests found
......@@ -157,15 +157,15 @@ add_test(owTvApplicationHtmlDocGeneratorNew ${OTB_WRAPPER_TESTS}
otbWrapperApplicationHtmlDocGeneratorNew
)
add_test(owTvApplicationHtmlDocGeneratorTest ${OTB_WRAPPER_TESTS}
--compare-ascii ${NOTOL}
${TEMP}/owTvOReadImageInfoDoc.html
${BASELINE}/owTvOReadImageInfoDoc.html
otbWrapperApplicationHtmlDocGeneratorTest1
ReadImageInfo
$<TARGET_FILE_DIR:otbapp_ReadImageInfo>
${TEMP}/owTvOReadImageInfoDoc.html
)
add_test(NAME owTvApplicationHtmlDocGeneratorTest
COMMAND ${OTB_WRAPPER_TESTS}
--compare-ascii ${NOTOL}
${TEMP}/owTvOReadImageInfoDoc.html
${BASELINE}/owTvOReadImageInfoDoc.html
otbWrapperApplicationHtmlDocGeneratorTest1
ReadImageInfo
$<TARGET_FILE_DIR:otbapp_ReadImageInfo>
${TEMP}/owTvOReadImageInfoDoc.html )
# ----------------Source files CXX -----------------------------------
......
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