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