mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
update Makefile in test directory
This commit is contained in:
@@ -1,12 +1,9 @@
|
|||||||
all: bdd php
|
all: bdd php python
|
||||||
no-test-db: bdd-no-test-db php
|
no-test-db: bdd-no-test-db php
|
||||||
|
|
||||||
bdd:
|
bdd:
|
||||||
cd bdd && behave -DREMOVE_TEMPLATE=1
|
cd bdd && behave -DREMOVE_TEMPLATE=1
|
||||||
|
|
||||||
icu:
|
|
||||||
cd bdd && behave -DREMOVE_TEMPLATE=1 -DTOKENIZER=icu
|
|
||||||
|
|
||||||
php:
|
php:
|
||||||
cd php && phpunit ./
|
cd php && phpunit ./
|
||||||
|
|
||||||
@@ -14,4 +11,4 @@ python:
|
|||||||
pytest python
|
pytest python
|
||||||
|
|
||||||
|
|
||||||
.PHONY: bdd php no-test-db
|
.PHONY: bdd php no-test-db python
|
||||||
|
|||||||
Reference in New Issue
Block a user