Skip to content
Snippets Groups Projects
Commit 090a8aa2 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Diverses corrections pour Windows.

parent cd46b2a6
No related branches found
No related tags found
No related merge requests found
...@@ -16,15 +16,8 @@ SET(EPSILON 0.0000001) ...@@ -16,15 +16,8 @@ SET(EPSILON 0.0000001)
SET(FEATUREEXTRACTION_TESTS ${CXX_TEST_PATH}/otbFeatureExtractionTests) SET(FEATUREEXTRACTION_TESTS ${CXX_TEST_PATH}/otbFeatureExtractionTests)
IF(WIN32)
SET(BASELINE_FILES_FE_ALIGN ${BASELINE_FILES}/feAlign_WIN32.txt)
ELSE(WIN32)
SET(BASELINE_FILES_FE_ALIGN ${BASELINE_FILES}/feAlign.txt)
ENDIF(WIN32)
ADD_TEST(feTvAlignMV2ITK ${FEATUREEXTRACTION_TESTS} ADD_TEST(feTvAlignMV2ITK ${FEATUREEXTRACTION_TESTS}
--compare-ascii ${BASELINE_FILES_FE_ALIGN} --compare-ascii ${BASELINE_FILES}/feAlign.txt
${TEMP}/feAlign.txt ${TEMP}/feAlign.txt
otbAlignImageToPath otbAlignImageToPath
${INPUTDATA}/poupees.hdr ${INPUTDATA}/poupees.hdr
......
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