aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Bremner <david@tethera.net>2014-03-01 16:12:44 -0400
committerGravatar David Bremner <david@tethera.net>2014-03-11 19:51:22 -0300
commit8413582b6edc859285d68c9f7ad83236788567c0 (patch)
treebdaf24bb76118273af3817cd132261cea24fa51d /Makefile
parentb6606421019daebbe62645c2dbc2fcdd0f32c1e2 (diff)
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f53bec0e..061c55a1 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@ all:
# List all subdirectories here. Each contains its own Makefile.local.
# Use of '=', without '+=', seems to be required for out-of-tree
# builds to work.
-subdirs = compat completion doc emacs lib parse-time-string performance-test util test
+subdirs = compat completion doc emacs lib parse-time-string \
+ performance-test util test test/test-databases
# We make all targets depend on the Makefiles themselves.
global_deps = Makefile Makefile.config Makefile.local \