Skip to content
Snippets Groups Projects
Commit 9cffef10 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

TEST: --testenv option addition OTBWrapperMacro.

parent 96572641
No related branches found
No related tags found
No related merge requests found
......@@ -75,10 +75,11 @@ macro(OTB_TEST_APPLICATION)
add_test(NAME ${TESTAPPLICATION_NAME}
COMMAND otbTestDriver
${TESTAPPLICATION_VALIDATION}
${TESTAPPLICATION_VALID}
Execute $<TARGET_FILE:otbApplicationLauncherCommandLine>
${TESTAPPLICATION_APP}
$<TARGET_FILE_DIR:otbapp_${TESTAPPLICATION_APP}>
${TESTAPPLICATION_OPTIONS})
${TESTAPPLICATION_OPTIONS}
--testenv)
endmacro(OTB_TEST_APPLICATION)
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