]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/Makefile
flex: simplify name handling
[nominatim.git] / test / Makefile
index b65e465d8fd108d29e12dba93d505ea6a439a6e5..6dd9a349405eebb39a72e48b43a6ab095544986f 100644 (file)
@@ -4,11 +4,14 @@ no-test-db: bdd-no-test-db php
 bdd:
        cd bdd && behave -DREMOVE_TEMPLATE=1
 
-bdd-no-test-db:
-       cd bdd && behave -DREMOVE_TEMPLATE=1 db osm2pgsql
+icu:
+       cd bdd && behave -DREMOVE_TEMPLATE=1 -DTOKENIZER=icu
 
 php:
        cd php && phpunit ./
 
+python:
+       pytest python
+
 
 .PHONY: bdd php no-test-db