diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-10-20 11:04:13 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-10-21 13:29:10 +0200 |
commit | 33615c685523e5f282bc585efa0ff31df7dd3742 (patch) | |
tree | 6faac511bb1280aae5c142357a107c6ffa4fc6d9 /common/lazy-ptr | |
parent | 5fae6bf3eaf7301b0ecf89783ca6cd4e63acec67 (diff) |
Add common tests for Oracle
Due to the 30 character limit imposed by Oracle on identifiers, some of the
common tests code and/or makefiles had to be modified.
Diffstat (limited to 'common/lazy-ptr')
-rw-r--r-- | common/lazy-ptr/driver.cxx | 1 | ||||
-rw-r--r-- | common/lazy-ptr/makefile | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/common/lazy-ptr/driver.cxx b/common/lazy-ptr/driver.cxx index 5f95c9a..d215240 100644 --- a/common/lazy-ptr/driver.cxx +++ b/common/lazy-ptr/driver.cxx @@ -217,7 +217,6 @@ main (int argc, char* argv[]) t.commit (); } - } // TR1. diff --git a/common/lazy-ptr/makefile b/common/lazy-ptr/makefile index 24e6e43..45a6779 100644 --- a/common/lazy-ptr/makefile +++ b/common/lazy-ptr/makefile @@ -36,7 +36,7 @@ gen := $(addprefix $(out_base)/,$(genf)) $(gen): $(odb) $(gen): odb := $(odb) $(gen) $(dist): export odb_options += --database $(db_id) --generate-schema \ ---table-prefix common_lazy_ptr_ +--table-prefix cmn_lazy_ptr_ $(gen): cpp_options := -I$(src_base) $(gen): $(common.l.cpp-options) |