X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Ftest-databases%2FMakefile.local;fp=test%2Ftest-databases%2FMakefile.local;h=0572e784ee7389281320b056fd1da0c262991861;hp=0000000000000000000000000000000000000000;hb=8413582b6edc859285d68c9f7ad83236788567c0;hpb=b6606421019daebbe62645c2dbc2fcdd0f32c1e2 diff --git a/test/test-databases/Makefile.local b/test/test-databases/Makefile.local new file mode 100644 index 00000000..0572e784 --- /dev/null +++ b/test/test-databases/Makefile.local @@ -0,0 +1,14 @@ +# -*- makefile -*- + +TEST_DATABASE_MIRROR=http://notmuchmail.org/releases/test-databases + +dir := test/test-databases + +test_databases := $(dir)/database-v1.tar.xz + +%.tar.xz: + wget -nv -O $@ ${TEST_DATABASE_MIRROR}/$(notdir $@); + +download-test-databases: ${test_databases} + +DISTCLEAN := $(DISTCLEAN) ${test_databases}