We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d4b19 commit d4f410aCopy full SHA for d4f410a
python/plugins/processing/tests/CMakeLists.txt
@@ -12,6 +12,5 @@ IF(ENABLE_TESTS)
12
ADD_PYTHON_TEST(ProcessingGdalAlgorithmsTest GdalAlgorithmsTest.py)
13
ADD_PYTHON_TEST(ProcessingGrass7AlgorithmsImageryTest Grass7AlgorithmsImageryTest.py)
14
ADD_PYTHON_TEST(ProcessingGrass7AlgorithmsRasterTest Grass7AlgorithmsRasterTest.py)
15
- #TODO uncomment when OTB is installed on Travis CI instance
16
- #ADD_PYTHON_TEST(ProcessingOTBAlgorithmsTest OTBAlgorithmsTest.py)
+ ADD_PYTHON_TEST(ProcessingOTBAlgorithmsTest OTBAlgorithmsTest.py)
17
ENDIF(ENABLE_TESTS)
0 commit comments