X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f0088ca2be3bafc77993558d794715c652eb7b25..db02673b60f6ea139a98da6bb98d20b84978f810:/test/Makefile diff --git a/test/Makefile b/test/Makefile index 0355a170..b65e465d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,9 +1,14 @@ all: bdd php +no-test-db: bdd-no-test-db php bdd: cd bdd && behave -DREMOVE_TEMPLATE=1 +bdd-no-test-db: + cd bdd && behave -DREMOVE_TEMPLATE=1 db osm2pgsql + php: cd php && phpunit ./ -.PHONY: bdd php + +.PHONY: bdd php no-test-db