Nominatim/test/Makefile
2018-11-24 12:25:28 +01:00

10 lines
102 B
Makefile

all: bdd php
bdd:
cd bdd && behave -DREMOVE_TEMPLATE=1
php:
cd php && phpunit ./
.PHONY: bdd php