mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			427 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			427 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| FILE(GLOB PY_FILES *.py)
 | |
| FILE(GLOB TEST_DATA_FILES data/*)
 | |
| 
 | |
| PLUGIN_INSTALL(processing tests ${PY_FILES})
 | |
| PLUGIN_INSTALL(processing tests/data ${TEST_DATA_FILES})
 | |
| 
 | |
| IF(ENABLE_TESTS)
 | |
|   INCLUDE(UsePythonTest)
 | |
|   ADD_PYTHON_TEST(ProcessingParametersTest ParametersTest.py)
 | |
|   ADD_PYTHON_TEST(ProcessingQgisAlgorithmsTest QgisAlgorithmsTest.py)
 | |
|   ADD_PYTHON_TEST(ProcessingGdalAlgorithmsTest GdalAlgorithmsTest.py)
 | |
| ENDIF(ENABLE_TESTS)
 |