aboutsummaryrefslogtreecommitdiff
path: root/common/polymorphism/driver.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-06 09:42:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-06 09:42:55 +0200
commit16f2e990acb2463a96611b25effb411ecca2b76c (patch)
treebb95cc6bfeae8ec9edade7555de6493561cef889 /common/polymorphism/driver.cxx
parent0e6587f29f40a841f0e393887fea4e5cf385e0e6 (diff)
Split polymorphism test.hxx to multiple files
Diffstat (limited to 'common/polymorphism/driver.cxx')
-rw-r--r--common/polymorphism/driver.cxx27
1 files changed, 25 insertions, 2 deletions
diff --git a/common/polymorphism/driver.cxx b/common/polymorphism/driver.cxx
index 09e3321..6093178 100644
--- a/common/polymorphism/driver.cxx
+++ b/common/polymorphism/driver.cxx
@@ -15,8 +15,31 @@
#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 "test10.hxx"
+#include "test11.hxx"
+#include "test12.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"
+#include "test10-odb.hxx"
+#include "test11-odb.hxx"
+#include "test12-odb.hxx"
using namespace std;
using namespace odb::core;