mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-12-25 14:02:12 +03:00
test can be run all in one go with make
This commit is contained in:
parent
3bed5516da
commit
812de0545d
@ -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 ./
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user