]> git.openstreetmap.org Git - nominatim.git/commitdiff
update Makefile in test directory
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 9 Jan 2023 19:49:33 +0000 (20:49 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 22 Mar 2023 09:55:35 +0000 (10:55 +0100)
test/Makefile

index 6dd9a349405eebb39a72e48b43a6ab095544986f..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=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