]> rtime.felk.cvut.cz Git - notmuch.git/blob - test/test-databases/Makefile.local
Use https instead of http where possible
[notmuch.git] / 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}