diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-07-17 15:16:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-07-17 15:16:34 +0200 |
commit | 5aa48fc52202fd95210d8860b66769550732a5d9 (patch) | |
tree | c0319bd35076c41a83a8b8a3c67bb8a3db3a182d /build | |
parent | 9f2b5f3c24907d603706ff81b459d3f5d3c0882e (diff) |
Add support for tests with multiple ODB headers
Diffstat (limited to 'build')
-rw-r--r-- | build/bootstrap.make | 4 |
1 files changed, 4 insertions, 0 deletions
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),) |