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/README | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/README') diff --git a/test/README b/test/README index 79a9b1b2..81a1c82d 100644 --- a/test/README +++ b/test/README @@ -64,6 +64,14 @@ The following command-line options are available when running tests: Pointing this argument at a tmpfs filesystem can improve the speed of the test suite for some users. +Certain tests require precomputed databases to complete. You can fetch these +databases with + + make download-test-databases + +If you do not download the test databases, the relevant tests will be +skipped. + When invoking the test suite via "make test" any of the above options can be specified as follows: -- cgit v1.2.3