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 /oracle/makefile | |
parent | 16f2e990acb2463a96611b25effb411ecca2b76c (diff) |
Test that database constructors are unambiguous
Diffstat (limited to 'oracle/makefile')
-rw-r--r-- | oracle/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oracle/makefile b/oracle/makefile index 0ed2e3c..0fb30fc 100644 --- a/oracle/makefile +++ b/oracle/makefile @@ -7,6 +7,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make tests := \ template \ custom \ +database \ native \ types |