summaryrefslogtreecommitdiff
path: root/tests/common.hpp
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-10-10 21:36:03 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-10-10 21:36:03 +0000
commit6db04f4320cd5d24ae625dbc1df5a8a71b93e51d (patch)
treee6e5c79464b4d4c05c75fd6dbb8f4d3e800edbcc /tests/common.hpp
parentab28c3b45e611b5d49a03024bd6ae7b184d37d4a (diff)
tests: Added simple test framework, added a couple of tests
git-svn-id: http://pugixml.googlecode.com/svn/trunk@140 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'tests/common.hpp')
-rw-r--r--tests/common.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/common.hpp b/tests/common.hpp
new file mode 100644
index 0000000..0091e1c
--- /dev/null
+++ b/tests/common.hpp
@@ -0,0 +1,5 @@
+#include "test.hpp"
+
+#include "../src/pugixml.hpp"
+
+using namespace pugi;