Skip to content
Snippets Groups Projects
Commit d2c2b410 authored by Mickael Savinaud's avatar Mickael Savinaud
Browse files

COMP: remove a test file related to liblas

parent 204181f4
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,6 @@ set(TEMP ${OTB_BINARY_DIR}/Testing/Temporary)
set(EXE_TESTS1 ${CXX_TEST_PATH}/otbIOExamplesTests1)
set(EXE_TESTS2 ${CXX_TEST_PATH}/otbIOExamplesTests2) # Need curl
set(EXE_TESTS3 ${CXX_TEST_PATH}/otbIOExamplesTests3)
set(NOTOL 0.0)
set(EPSILON_5 0.00001)
......@@ -211,13 +210,4 @@ if( OTB_USE_CURL )
target_link_libraries(otbIOExamplesTests2 OTBCommon OTBIO OTBTesting)
endif()
if(ITK_USE_REVIEW)
add_executable(otbIOExamplesTests3 otbIOExamplesTests3.cxx)
target_link_libraries(otbIOExamplesTests3 OTBCommon OTBIO OTBTesting)
endif()
endif()
/*=========================================================================
Program: ORFEO Toolbox
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
See OTBCopyright.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
// this file defines the otbMultiScaleTest for the test driver
// and all it expects is that you have a function called RegisterTests
#include <iostream>
#include "otbTestMain.h"
void RegisterTests()
{
#if defined(ITK_USE_REVIEW)
REGISTER_TEST(LidarToImageExampleTest);
#endif
}
#if defined(ITK_USE_REVIEW)
#undef main
#define main LidarToImageExampleTest
#include "LidarToImageExample.cxx"
#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