diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-06 13:15:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-17 12:04:03 +0200 |
commit | a4ebbfe92e3974413410a142d66174d89b7be738 (patch) | |
tree | 5f7db418b7285d03d355f9c11604199b4235271b /evolution/soft-add/test2.hxx | |
parent | a204ad2d0926919fb19d4f14a2d2c0a5e98acd37 (diff) |
Add soft-add test
Diffstat (limited to 'evolution/soft-add/test2.hxx')
-rw-r--r-- | evolution/soft-add/test2.hxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/evolution/soft-add/test2.hxx b/evolution/soft-add/test2.hxx new file mode 100644 index 0000000..7b65fdb --- /dev/null +++ b/evolution/soft-add/test2.hxx @@ -0,0 +1,12 @@ +// file : evolution/soft-add/test2.hxx +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +#ifndef TEST2_HXX +#define TEST2_HXX + +#define MODEL_VERSION 2 +#include "model.hxx" +#undef MODEL_VERSION + +#endif // TEST2_HXX |