]> git.notmuchmail.org Git - notmuch/blob - test/test-databases/Makefile.local
dcc8863c70d8ee973687eb30580e02640e214f3e
[notmuch] / test / test-databases / Makefile.local
1 # -*- makefile -*-
2
3 TEST_DATABASE_MIRROR=https://notmuchmail.org/releases/test-databases
4
5 dir := test/test-databases
6
7 test_databases := $(dir)/database-v1.tar.xz
8
9 %.tar.xz:
10         wget -nv -O $@ ${TEST_DATABASE_MIRROR}/$(notdir $@);
11
12 download-test-databases: ${test_databases}
13
14 DATACLEAN := $(DATACLEAN) ${test_databases}