X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/379f5db5162d0cf4b3439d0a365308c0f6b3f8e5..e449071a35de8855bb06d2e1d8c4325ddc48ddb7:/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." )