X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/71ef94dae6c09004994d6790b23ffdb053dfc12a..21b0430e46fe50f1cb7baae677cda5182ea89966:/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