tests: Added version test
git-svn-id: http://pugixml.googlecode.com/svn/trunk@831 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
e6c226561a
commit
0d4020e96e
5
tests/test_version.cpp
Normal file
5
tests/test_version.cpp
Normal file
@ -0,0 +1,5 @@
|
||||
#include "../src/pugixml.hpp"
|
||||
|
||||
#if PUGIXML_VERSION != 100
|
||||
#error Unexpected pugixml version
|
||||
#endif
|
||||
Loading…
Reference in New Issue
Block a user