Skip to content
Snippets Groups Projects
Commit 1b3bc763 authored by Julien Michel's avatar Julien Michel
Browse files

TEST: Attempt to fix ApplicationExample test (but target is not built for some reason)

parent 0e86cb9b
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ namespace Wrapper
// Software Guide : EndLatex
// Software Guide : BeginCodeSnippet
class ExampleApplication : public Application
class ApplicationExample : public Application
// Software Guide : EndCodeSnippet
{
public:
......@@ -66,7 +66,7 @@ public:
// Software Guide : EndLatex
// Software Guide : BeginCodeSnippet
typedef ExampleApplication Self;
typedef ApplicationExample Self;
typedef Application Superclass;
typedef itk::SmartPointer<Self> Pointer;
typedef itk::SmartPointer<const Self> ConstPointer;
......@@ -260,7 +260,7 @@ private:
// Finally \code{OTB\_APPLICATION\_EXPORT} is called.
// Software Guide : EndLatex
// Software Guide :BeginCodeSnippet
OTB_APPLICATION_EXPORT(otb::Wrapper::ExampleApplication)
OTB_APPLICATION_EXPORT(otb::Wrapper::ApplicationExample)
// Software Guide :EndCodeSnippet
......@@ -3,3 +3,5 @@ otb_test_application(NAME apTeGenerateAnApplicationExample
APP ApplicationExample
OPTIONS -in ${OTB_DATA_ROOT}/Examples/QB_Suburb.png
-out ${TEMP}/apTeGenerateAnApplicationExampleOutput.png)
set_tests_properties(apTeGenerateAnApplicationExample PROPERTIES DEPENDS otbapp_ApplicationExample)
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