diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-11-14 16:24:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-11-25 06:49:01 +0200 |
commit | d7752cdb86957f7dc0caffe6033e872443ad8153 (patch) | |
tree | 8909976800ce89089ce6b12ea02c7f18ca61453d /common/makefile | |
parent | 0a4df2bc0c7962acbddc55b4b5668e09fb54ef7f (diff) |
Implement bulk database operation support for Oracle and SQL Server
Diffstat (limited to 'common/makefile')
-rw-r--r-- | common/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/makefile b/common/makefile index aa195ba..04e3efa 100644 --- a/common/makefile +++ b/common/makefile @@ -8,6 +8,7 @@ tests := \ access \ auto \ blob \ +bulk \ callback \ changelog \ circular/single \ @@ -63,7 +64,7 @@ cxx11_tests := session/custom no_dist_tests := changelog include -no_multi_tests := changelog include +no_multi_tests := bulk changelog include $(default): $(call include,$(bld_root)/cxx/standard.make) # cxx_standard |