Nominatim/test/Makefile

10 lines
102 B
Makefile
Raw Normal View History

2018-11-24 14:25:28 +03:00
all: bdd php
bdd:
cd bdd && behave -DREMOVE_TEMPLATE=1
php:
cd php && phpunit ./
.PHONY: bdd php