Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
e133a1ea
Commit
e133a1ea
authored
Sep 08, 2016
by
Rashad Kanavath
Browse files
Merge remote-tracking branch 'origin/develop' into msvc_support
parents
70d17860
001d7b6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Modules/Wrappers/ApplicationEngine/test/CMakeLists.txt
Modules/Wrappers/ApplicationEngine/test/CMakeLists.txt
+1
-1
Modules/Wrappers/SWIG/test/python/CMakeLists.txt
Modules/Wrappers/SWIG/test/python/CMakeLists.txt
+2
-2
No files found.
Modules/Wrappers/ApplicationEngine/test/CMakeLists.txt
View file @
e133a1ea
...
@@ -174,6 +174,6 @@ otb_add_test(NAME owTuDocExampleStructureNew COMMAND otbApplicationEngineTestDri
...
@@ -174,6 +174,6 @@ otb_add_test(NAME owTuDocExampleStructureNew COMMAND otbApplicationEngineTestDri
)
)
otb_add_test
(
NAME owTvApplicationMemoryConnectTest COMMAND otbApplicationEngineTestDriver otbApplicationMemoryConnectTest
otb_add_test
(
NAME owTvApplicationMemoryConnectTest COMMAND otbApplicationEngineTestDriver otbApplicationMemoryConnectTest
$
{
CMAKE_BINARY_DIR
}
/lib/
otb
/
app
lications
$
<TARGET_FILE_DIR:
otbapp
_Smoothing>
${
INPUTDATA
}
/poupees.tif
${
INPUTDATA
}
/poupees.tif
${
TEMP
}
/owTvApplicationMemoryConnectTestOutput.tif
)
${
TEMP
}
/owTvApplicationMemoryConnectTestOutput.tif
)
Modules/Wrappers/SWIG/test/python/CMakeLists.txt
View file @
e133a1ea
...
@@ -5,9 +5,9 @@ set(TEST_DRIVER otbTestDriver
...
@@ -5,9 +5,9 @@ set(TEST_DRIVER otbTestDriver
if
(
WIN32
)
if
(
WIN32
)
# on windows, loading the module _otbApplication requires the otbossimplugins*.dll
# on windows, loading the module _otbApplication requires the otbossimplugins*.dll
# which is in the 'bin' folder
# which is in the 'bin
/<CMAKE_BUILD_TYPE>
' folder
set
(
TEST_DRIVER
${
TEST_DRIVER
}
set
(
TEST_DRIVER
${
TEST_DRIVER
}
--add-before-env PATH
$
{
OTB_BINARY_DIR
}
/bin
)
--add-before-env PATH $
<TARGET_FILE_DIR:OTBCommon>
)
endif
(
WIN32
)
endif
(
WIN32
)
add_test
(
NAME pyTvSmoothing
add_test
(
NAME pyTvSmoothing
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment