File tree 2 files changed +5
-6
lines changed
python/plugins/processing
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,10 @@ ADD_SUBDIRECTORY(core)
5
5
ADD_SUBDIRECTORY (gui)
6
6
ADD_SUBDIRECTORY (images)
7
7
ADD_SUBDIRECTORY (modeler)
8
+ ADD_SUBDIRECTORY (tests)
8
9
ADD_SUBDIRECTORY (script)
9
10
ADD_SUBDIRECTORY (tools)
10
11
ADD_SUBDIRECTORY (ui)
11
- IF (ENABLE_TESTS)
12
- ADD_SUBDIRECTORY (tests)
13
- ENDIF (ENABLE_TESTS)
14
12
15
13
FILE (GLOB OTHER_FILES metadata.txt)
16
14
FILE (GLOB PY_FILES *.py)
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ FILE(GLOB TEST_DATA_FILES data/*)
4
4
PLUGIN_INSTALL(processing tests ${PY_FILES} )
5
5
PLUGIN_INSTALL(processing tests/data ${TEST_DATA_FILES} )
6
6
7
- INCLUDE (UsePythonTest)
8
-
9
- ADD_PYTHON_TEST(ProcessingParametersTest ParametersTest.py)
7
+ IF (ENABLE_TESTS)
8
+ INCLUDE (UsePythonTest)
9
+ ADD_PYTHON_TEST(ProcessingParametersTest ParametersTest.py)
10
+ ENDIF (ENABLE_TESTS)
You can’t perform that action at this time.
0 commit comments