mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-22 21:28:10 +03:00
11 lines
105 B
Makefile
11 lines
105 B
Makefile
all: bdd python
|
|
|
|
bdd:
|
|
cd bdd && behave -DREMOVE_TEMPLATE=1
|
|
|
|
python:
|
|
pytest python
|
|
|
|
|
|
.PHONY: bdd python
|