Nominatim/test/Makefile
2024-09-15 11:26:49 +02:00

11 lines
105 B
Makefile

all: bdd python
bdd:
cd bdd && behave -DREMOVE_TEMPLATE=1
python:
pytest python
.PHONY: bdd python