mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00: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
|