]> git.openstreetmap.org Git - nominatim.git/blob - test/Makefile
remove all references to a module path
[nominatim.git] / test / Makefile
1 all: bdd python
2
3 bdd:
4         cd bdd && behave -DREMOVE_TEMPLATE=1
5
6 python:
7         pytest python
8
9
10 .PHONY: bdd python