diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-21 19:50:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-21 20:05:46 +0200 |
commit | 373f69ea28c47a4e2b75f897359f74913c34ca1e (patch) | |
tree | 939a77636d714758f59a1dfa00e485d0f260f237 /common/view/makefile | |
parent | c8b6dcc696dc416658cc6ecdd51b64bd7dce9aed (diff) |
Add test_ prefix to view test since it conflicts with view example
Diffstat (limited to 'common/view/makefile')
-rw-r--r-- | common/view/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/view/makefile b/common/view/makefile index 24f60bf..17f9543 100644 --- a/common/view/makefile +++ b/common/view/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 view_ +--generate-query --table-prefix test_view_ # view_ conflicts with example $(gen): cpp_options := -I$(src_base) $(gen): $(common.l.cpp-options) |