mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37: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
|
||||
|
||||
bdd:
|
||||
cd bdd && behave -DREMOVE_TEMPLATE=1
|
||||
|
||||
icu:
|
||||
cd bdd && behave -DREMOVE_TEMPLATE=1 -DTOKENIZER=icu
|
||||
|
||||
php:
|
||||
cd php && phpunit ./
|
||||
|
||||
@@ -14,4 +11,4 @@ python:
|
||||
pytest python
|
||||
|
||||
|
||||
.PHONY: bdd php no-test-db
|
||||
.PHONY: bdd php no-test-db python
|
||||
|
||||
Reference in New Issue
Block a user