X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e16c5d5f703f2bbe9452a39423fcfb7e8f7bfc52..c4b8a3b7680ae51da4c7f0ac0849ecd9fe3d5660:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 976f0698..0b2d7b11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -153,7 +153,7 @@ if (BUILD_TESTS) if (PHPCS) message(STATUS "Using phpcs binary ${PHPCS}") add_test(NAME phpcs - COMMAND ${PHPCS} --report-width=120 --colors lib website utils + COMMAND ${PHPCS} --report-width=120 --colors lib-php WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}) else() message(WARNING "phpcs not found. PHP linting tests disabled." )