]> git.openstreetmap.org Git - nominatim.git/blob - test/Makefile
move SearchDescription building into tokens
[nominatim.git] / test / Makefile
1 all: bdd php
2 no-test-db: bdd-no-test-db php
3
4 bdd:
5         cd bdd && behave -DREMOVE_TEMPLATE=1
6
7 icu:
8         cd bdd && behave -DREMOVE_TEMPLATE=1 -DTOKENIZER=legacy_icu
9
10 php:
11         cd php && phpunit ./
12
13 python:
14         pytest python
15
16
17 .PHONY: bdd php no-test-db