diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2011-12-20 10:34:37 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2011-12-20 10:34:37 +0000 |
commit | 0d4020e96e58915e55a49222b3bdf1e04dfc5c5f (patch) | |
tree | 28db4172271d4a0e536786b38786afaac4fc372f | |
parent | e6c226561a79583dae9511aff950f47512ad19d2 (diff) |
tests: Added version test
git-svn-id: http://pugixml.googlecode.com/svn/trunk@831 99668b35-9821-0410-8761-19e4c4f06640
-rw-r--r-- | tests/test_version.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_version.cpp b/tests/test_version.cpp new file mode 100644 index 0000000..e33695e --- /dev/null +++ b/tests/test_version.cpp @@ -0,0 +1,5 @@ +#include "../src/pugixml.hpp"
+
+#if PUGIXML_VERSION != 100
+#error Unexpected pugixml version
+#endif
|