mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-07 02:24:08 +00:00
test can be run all in one go with make
This commit is contained in:
@@ -57,14 +57,9 @@ The coding style is enforced with PHPCS and can be tested with:
|
|||||||
|
|
||||||
## Testing
|
## 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
|
cd build
|
||||||
behave -DBUILDDIR=<builddir> db osm2pgsql
|
make test
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
cd test/php
|
|
||||||
phpunit ./
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user