aboutsummaryrefslogtreecommitdiff
path: root/common/inheritance
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-10-24 16:23:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-10-24 16:23:14 +0200
commit3a951b92f1a4da2779b503e15130663429ca0d6d (patch)
tree22fa0b6c39c2a7a7abd582fd81a631f410eb19fe /common/inheritance
parent373f69ea28c47a4e2b75f897359f74913c34ca1e (diff)
Add t_ prefix to all the common tests that conflict with examples
Diffstat (limited to 'common/inheritance')
-rw-r--r--common/inheritance/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/inheritance/makefile b/common/inheritance/makefile
index 47ffcaa..6f6675e 100644
--- a/common/inheritance/makefile
+++ b/common/inheritance/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 \
---generate-query --table-prefix inheritance_
+--generate-query --table-prefix t_inheritance_
$(gen): cpp_options := -I$(src_base)
$(gen): $(common.l.cpp-options)