aboutsummaryrefslogtreecommitdiff
path: root/sqlite/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-06-14 10:01:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-06-14 10:01:20 +0200
commitd776aad4d4abb8eabd240621eb3d13b59a5b17d8 (patch)
treedc0ad5955eab72ba96452423aebfc6b7ad110540 /sqlite/makefile
parent1357765fd5d2bca38193f9be6f38618aef0b3ab0 (diff)
Add test for SQLite ATTACH DATABASE support
Diffstat (limited to 'sqlite/makefile')
-rw-r--r--sqlite/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlite/makefile b/sqlite/makefile
index a644c33..a80d464 100644
--- a/sqlite/makefile
+++ b/sqlite/makefile
@@ -5,6 +5,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
tests := \
template \
+attach \
auto \
custom \
database \