From 373f69ea28c47a4e2b75f897359f74913c34ca1e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 21 Oct 2011 19:50:05 +0200 Subject: Add test_ prefix to view test since it conflicts with view example --- common/view/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/view/makefile') 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) -- cgit v1.1