wip debug
This commit is contained in:
8
Makefile
8
Makefile
@@ -1,6 +1,14 @@
|
||||
SOURCE ?= lithuania-latest.osm.pbf
|
||||
WHERE ?= name='Visinčia' OR name='Šalčia' OR name='Nemunas'
|
||||
|
||||
.PHONY: test
|
||||
test: tests.sql .faux.db
|
||||
./db -f tests.sql
|
||||
|
||||
.PHONY: integration-test
|
||||
integration-test: .faux_filter_rivers
|
||||
./db -f integration-tests.sql
|
||||
|
||||
.faux_filter-rivers: .faux_import-osm
|
||||
./db -v where="$(WHERE)" -f aggregate-rivers.sql
|
||||
touch $@
|
||||
|
||||
Reference in New Issue
Block a user