]> git.openstreetmap.org Git - nominatim.git/blob - test/Makefile
Merge branch 'separate-compilation' of https://github.com/eyusupov/Nominatim into...
[nominatim.git] / test / Makefile
1 all: bdd php
2
3 bdd:
4         cd bdd && behave -DREMOVE_TEMPLATE=1
5
6 php:
7         cd php && phpunit ./
8
9 .PHONY: bdd php