aboutsummaryrefslogtreecommitdiff
path: root/test/test-databases/Makefile
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2020-07-07 07:56:47 -0300
committerDavid Bremner <david@tethera.net>2020-07-11 17:20:09 -0300
commitee897cab8b7210ae0c9098f278e38ee355c2ef3d (patch)
tree40948762858ba82500bb45c5fbfa6abd853c878d /test/test-databases/Makefile
parentb90d852a2fb377d5b7db4ab2ac389964f8c0c3b3 (diff)
test: drop upgrade from v1 tests
These are less crucial since we stopped generating new database versions and relied primarily on features. They also rely on a pre-generated v1 database which happens to be chert format. This backend is not supported by Xapian 1.5. Also drop the tool gen-testdb.sh, which is currently broken, due to changes in the testing infrastructure.
Diffstat (limited to 'test/test-databases/Makefile')
-rw-r--r--test/test-databases/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/test-databases/Makefile b/test/test-databases/Makefile
deleted file mode 100644
index b250a8be..00000000
--- a/test/test-databases/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# See Makefile.local for the list of files to be compiled in this
-# directory.
-all:
- $(MAKE) -C ../.. all
-
-.DEFAULT:
- $(MAKE) -C ../.. $@