mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
11 lines
283 B
CMake
11 lines
283 B
CMake
IF (ENABLE_TESTS)
|
|
ADD_SUBDIRECTORY(src)
|
|
ADD_SUBDIRECTORY(bench)
|
|
ENDIF (ENABLE_TESTS)
|
|
|
|
IF(WITH_ASTYLE)
|
|
ADD_TEST(qgis_indentation ${CMAKE_SOURCE_DIR}/scripts/verify-indentation.sh)
|
|
ENDIF(WITH_ASTYLE)
|
|
|
|
ADD_TEST(qgis_spelling ${CMAKE_SOURCE_DIR}/scripts/spell_check/spell_test.sh)
|