mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 21:54:10 +03:00
10 lines
102 B
Makefile
10 lines
102 B
Makefile
all: bdd php
|
|
|
|
bdd:
|
|
cd bdd && behave -DREMOVE_TEMPLATE=1
|
|
|
|
php:
|
|
cd php && phpunit ./
|
|
|
|
.PHONY: bdd php
|