diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-06 11:26:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-06 11:26:24 +0200 |
commit | 13df9a4acf3b1a411f66274bd3ed2cb633dc1e7b (patch) | |
tree | fd229036970e5dd30965be5acad5feac4ba68c61 /mysql/makefile | |
parent | 16f2e990acb2463a96611b25effb411ecca2b76c (diff) |
Test that database constructors are unambiguous
Diffstat (limited to 'mysql/makefile')
-rw-r--r-- | mysql/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql/makefile b/mysql/makefile index ccd0087..dfbb5da 100644 --- a/mysql/makefile +++ b/mysql/makefile @@ -7,6 +7,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make tests := \ template \ custom \ +database \ index \ native \ truncation \ |