]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/Makefile
move SearchDescription building into tokens
[nominatim.git] / test / Makefile
index b65e465d8fd108d29e12dba93d505ea6a439a6e5..b8afdf9b2b9eb3f240f68468a1efc8e6a3d63dca 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=legacy_icu
 
 php:
        cd php && phpunit ./
 
+python:
+       pytest python
+
 
 .PHONY: bdd php no-test-db