From 8413582b6edc859285d68c9f7ad83236788567c0 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 1 Mar 2014 16:12:44 -0400 Subject: test: add machinery to download and verify databases Note that it is intentional that the checksum file is not downloaded. The intent is to check those into git. --- test/test-databases/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/test-databases/Makefile (limited to 'test/test-databases/Makefile') diff --git a/test/test-databases/Makefile b/test/test-databases/Makefile new file mode 100644 index 00000000..b250a8be --- /dev/null +++ b/test/test-databases/Makefile @@ -0,0 +1,7 @@ +# See Makefile.local for the list of files to be compiled in this +# directory. +all: + $(MAKE) -C ../.. all + +.DEFAULT: + $(MAKE) -C ../.. $@ -- cgit v1.2.3