]> git.openstreetmap.org Git - nominatim.git/blob - test/Makefile
Merge pull request #3367 from lonvia/address-word-counts
[nominatim.git] / test / Makefile
1 all: bdd php python
2 no-test-db: bdd-no-test-db php
3
4 bdd:
5         cd bdd && behave -DREMOVE_TEMPLATE=1
6
7 php:
8         cd php && phpunit ./
9
10 python:
11         pytest python
12
13
14 .PHONY: bdd php no-test-db python