From 5aa48fc52202fd95210d8860b66769550732a5d9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 17 Jul 2012 15:16:34 +0200 Subject: Add support for tests with multiple ODB headers --- build/bootstrap.make | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build/bootstrap.make') diff --git a/build/bootstrap.make b/build/bootstrap.make index d4e5049..507ce08 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -44,6 +44,10 @@ clean: $(out_base)/.clean endif +# By default the ODB header is called test.hxx. +# +$(out_base)/.dist: export odb_header_stem := test + # Database schema creation. # ifeq ($(filter $(db_id),sqlite),) -- cgit v1.1