]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/Makefile
remove PHP tests
[nominatim.git] / test / Makefile
index 5f78eeac878e3a794ada708b6ea1d82778643cdc..9768ebd728809e7615f2de1b509a79289bd67ad2 100644 (file)
@@ -1,14 +1,10 @@
-all: bdd php python
-no-test-db: bdd-no-test-db php
+all: bdd python
 
 bdd:
        cd bdd && behave -DREMOVE_TEMPLATE=1
 
-php:
-       cd php && phpunit ./
-
 python:
        pytest python
 
 
-.PHONY: bdd php no-test-db python
+.PHONY: bdd python