forked from hans/Nominatim
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
|