debugging

This commit is contained in:
Motiejus Jakštys
2021-03-17 11:32:12 +02:00
parent d9c155807d
commit 8a651b2f51
4 changed files with 33 additions and 16 deletions

View File

@@ -5,9 +5,9 @@ WHERE ?= name='Visinčia' OR name='Šalčia' OR name='Nemunas'
test: tests.sql .faux.db
./db -f tests.sql
.PHONY: integration-test
integration-test: .faux_filter_rivers
./db -f integration-tests.sql
.PHONY: test-integration
test-integration: .faux_filter-rivers
./db -f tests-integration.sql
.faux_filter-rivers: .faux_import-osm
./db -v where="$(WHERE)" -f aggregate-rivers.sql