]> git.openstreetmap.org Git - nominatim.git/commitdiff
test can be run all in one go with make
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 9 Jan 2021 16:57:30 +0000 (17:57 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 9 Jan 2021 16:57:30 +0000 (17:57 +0100)
CONTRIBUTING.md

index 2d2877bfb5956a510730b3a319e2df81ef5e801b..a61456671986c138d722cbbc17ef67915af4d7a5 100644 (file)
@@ -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=<builddir> db osm2pgsql
-```
-
-```
-  cd test/php
-  phpunit ./
+  cd build
+  make test
 ```