]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/Makefile
actions: update apt repo before installing software
[nominatim.git] / test / Makefile
index 0355a170b4f257815e43e87b47199668ae9af303..b65e465d8fd108d29e12dba93d505ea6a439a6e5 100644 (file)
@@ -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