diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-08 12:08:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-08 12:08:55 +0200 |
commit | 10be61ad26034a574a013c979549aaedf9aa8382 (patch) | |
tree | a4a0d5385a1a54776a5cafabc4d2f603a1e8a452 /common/view/olv/driver.cxx | |
parent | edb7ba7437aa577d65da942aaf778c16c9a501ed (diff) |
Split view/olv test into multiple headers files
VC++ complains that the object file is too large.
Diffstat (limited to 'common/view/olv/driver.cxx')
-rw-r--r-- | common/view/olv/driver.cxx | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/common/view/olv/driver.cxx b/common/view/olv/driver.cxx index c91b8ef..b6483eb 100644 --- a/common/view/olv/driver.cxx +++ b/common/view/olv/driver.cxx @@ -16,8 +16,25 @@ #include <common/common.hxx> -#include "test.hxx" -#include "test-odb.hxx" +#include "test1.hxx" +#include "test2.hxx" +#include "test3.hxx" +#include "test4.hxx" +#include "test5.hxx" +#include "test6.hxx" +#include "test7.hxx" +#include "test8.hxx" +#include "test9.hxx" + +#include "test1-odb.hxx" +#include "test2-odb.hxx" +#include "test3-odb.hxx" +#include "test4-odb.hxx" +#include "test5-odb.hxx" +#include "test6-odb.hxx" +#include "test7-odb.hxx" +#include "test8-odb.hxx" +#include "test9-odb.hxx" using namespace std; using namespace odb::core; |