Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sébastien Peillet
otb
Commits
d2c2b410
Commit
d2c2b410
authored
11 years ago
by
Mickael Savinaud
Browse files
Options
Downloads
Patches
Plain Diff
COMP: remove a test file related to liblas
parent
204181f4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Examples/IO/CMakeLists.txt
+0
-10
0 additions, 10 deletions
Examples/IO/CMakeLists.txt
Examples/IO/otbIOExamplesTests3.cxx
+0
-36
0 additions, 36 deletions
Examples/IO/otbIOExamplesTests3.cxx
with
0 additions
and
46 deletions
Examples/IO/CMakeLists.txt
+
0
−
10
View file @
d2c2b410
...
...
@@ -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
()
This diff is collapsed.
Click to expand it.
Examples/IO/otbIOExamplesTests3.cxx
deleted
100644 → 0
+
0
−
36
View file @
204181f4
/*=========================================================================
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment