]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/Makefile
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / test / Makefile
index 613b974d9fecbafd872aad1c2f756f7be99683ae..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
 
-bdd-no-test-db:
-       cd bdd && behave -DREMOVE_TEMPLATE=1 db osm2pgsql
-
-php:
-       cd php && phpunit ./
-
 python:
        pytest python
 
 
-.PHONY: bdd php no-test-db
+.PHONY: bdd python