aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-10-19 10:58:44 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-10-21 20:05:46 +0200
commite39f1cf9f0c3f520c61e0b832cca78df715d658d (patch)
treed803ed46acfbefbf1ec4d0d8d74f04afc2636c31 /common
parentbceb06251cdb572850b2e6e4d15cfb2ac32da417 (diff)
Rename common/const test to common/const-object
Diffstat (limited to 'common')
-rw-r--r--common/const-object/driver.cxx (renamed from common/const/driver.cxx)2
-rw-r--r--common/const-object/makefile (renamed from common/const/makefile)4
-rw-r--r--common/const-object/test.hxx (renamed from common/const/test.hxx)2
-rw-r--r--common/const-object/test.std (renamed from common/const/test.std)0
-rw-r--r--common/makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/common/const/driver.cxx b/common/const-object/driver.cxx
index dd0a2b6..6fb4cde 100644
--- a/common/const/driver.cxx
+++ b/common/const-object/driver.cxx
@@ -1,4 +1,4 @@
-// file : common/const/driver.cxx
+// file : common/const-object/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/common/const/makefile b/common/const-object/makefile
index fd55611..768bd98 100644
--- a/common/const/makefile
+++ b/common/const-object/makefile
@@ -1,4 +1,4 @@
-# file : common/const/makefile
+# file : common/const-object/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
@@ -36,7 +36,7 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): $(odb)
$(gen): odb := $(odb)
$(gen) $(dist): export odb_options += --database $(db_id) --generate-schema \
---generate-query --table-prefix const_
+--generate-query --table-prefix const_object_
$(gen): cpp_options := -I$(src_base)
$(gen): $(common.l.cpp-options)
diff --git a/common/const/test.hxx b/common/const-object/test.hxx
index 341acb8..82635f0 100644
--- a/common/const/test.hxx
+++ b/common/const-object/test.hxx
@@ -1,4 +1,4 @@
-// file : common/const/test.hxx
+// file : common/const-object/test.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/common/const/test.std b/common/const-object/test.std
index e69de29..e69de29 100644
--- a/common/const/test.std
+++ b/common/const-object/test.std
diff --git a/common/makefile b/common/makefile
index e5065cd..c066ce1 100644
--- a/common/makefile
+++ b/common/makefile
@@ -9,7 +9,7 @@ tests := \
auto \
callback \
composite \
-const \
+const-object \
const-member \
container \
ctor \