diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-08 15:41:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-10 18:46:47 +0200 |
commit | f57a6e7a73e425c2301e62b49c728c12ee801bcc (patch) | |
tree | 8d362157ddd60c7f9dca45ec9d294518f975cd81 /evolution/combined/test1.hxx | |
parent | acd66db1ce8aa960b34710857ce990dd048cd3ae (diff) |
Add combined schema evolution test
Diffstat (limited to 'evolution/combined/test1.hxx')
-rw-r--r-- | evolution/combined/test1.hxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/evolution/combined/test1.hxx b/evolution/combined/test1.hxx new file mode 100644 index 0000000..ead9591 --- /dev/null +++ b/evolution/combined/test1.hxx @@ -0,0 +1,12 @@ +// file : evolution/combined/test1.hxx +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +#ifndef TEST1_HXX +#define TEST1_HXX + +#define MODEL_VERSION 2 +#include "model.hxx" +#undef MODEL_VERSION + +#endif // TEST1_HXX |