summaryrefslogtreecommitdiff
path: root/evolution/soft-add/test3.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-09-06 13:15:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-09-17 12:04:03 +0200
commita4ebbfe92e3974413410a142d66174d89b7be738 (patch)
tree5f7db418b7285d03d355f9c11604199b4235271b /evolution/soft-add/test3.hxx
parenta204ad2d0926919fb19d4f14a2d2c0a5e98acd37 (diff)
Add soft-add test
Diffstat (limited to 'evolution/soft-add/test3.hxx')
-rw-r--r--evolution/soft-add/test3.hxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/evolution/soft-add/test3.hxx b/evolution/soft-add/test3.hxx
new file mode 100644
index 0000000..a3a34ab
--- /dev/null
+++ b/evolution/soft-add/test3.hxx
@@ -0,0 +1,12 @@
+// file : evolution/soft-add/test3.hxx
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#ifndef TEST3_HXX
+#define TEST3_HXX
+
+#define MODEL_VERSION 3
+#include "model.hxx"
+#undef MODEL_VERSION
+
+#endif // TEST3_HXX