]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/Makefile
remove PHPCS configuration
[nominatim.git] / test / Makefile
index 6dd9a349405eebb39a72e48b43a6ab095544986f..9768ebd728809e7615f2de1b509a79289bd67ad2 100644 (file)
@@ -1,17 +1,10 @@
-all: bdd php
-no-test-db: bdd-no-test-db php
+all: bdd python
 
 bdd:
        cd bdd && behave -DREMOVE_TEMPLATE=1
 
-icu:
-       cd bdd && behave -DREMOVE_TEMPLATE=1 -DTOKENIZER=icu
-
-php:
-       cd php && phpunit ./
-
 python:
        pytest python
 
 
-.PHONY: bdd php no-test-db
+.PHONY: bdd python