From: Sarah Hoffmann Date: Sat, 9 Jan 2021 16:57:30 +0000 (+0100) Subject: test can be run all in one go with make X-Git-Tag: v3.7.0~58^2~1 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/812de0545d2ac39b9a7214cd69c7674246e18bf7 test can be run all in one go with make --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2d2877bf..a6145667 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,14 +57,9 @@ The coding style is enforced with PHPCS and can be tested with: ## Testing -Before submitting a pull request make sure that the following tests pass: +Before submitting a pull request make sure that the tests pass: ``` - cd test/bdd - behave -DBUILDDIR= db osm2pgsql -``` - -``` - cd test/php - phpunit ./ + cd build + make test ```