]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/Makefile
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / test / Makefile
index b8afdf9b2b9eb3f240f68468a1efc8e6a3d63dca..5f78eeac878e3a794ada708b6ea1d82778643cdc 100644 (file)
@@ -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=legacy_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