tests: Added version test

git-svn-id: http://pugixml.googlecode.com/svn/trunk@831 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
arseny.kapoulkine 2011-12-20 10:34:37 +00:00
parent e6c226561a
commit 0d4020e96e

5
tests/test_version.cpp Normal file
View File

@ -0,0 +1,5 @@
#include "../src/pugixml.hpp"
#if PUGIXML_VERSION != 100
#error Unexpected pugixml version
#endif