diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-06-14 10:01:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-06-14 10:01:20 +0200 |
commit | d776aad4d4abb8eabd240621eb3d13b59a5b17d8 (patch) | |
tree | dc0ad5955eab72ba96452423aebfc6b7ad110540 /sqlite/makefile | |
parent | 1357765fd5d2bca38193f9be6f38618aef0b3ab0 (diff) |
Add test for SQLite ATTACH DATABASE support
Diffstat (limited to 'sqlite/makefile')
-rw-r--r-- | sqlite/makefile | 1 |
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 \ |