]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/Makefile
actions: install keys for postgres repo
[nominatim.git] / test / Makefile
index 0355a170b4f257815e43e87b47199668ae9af303..6dd9a349405eebb39a72e48b43a6ab095544986f 100644 (file)
@@ -1,9 +1,17 @@
 all: bdd php
+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 ./
 
-.PHONY: bdd php
+python:
+       pytest python
+
+
+.PHONY: bdd php no-test-db