diff options
Diffstat (limited to 'tests/common.hpp')
-rw-r--r-- | tests/common.hpp | 5 |
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;
|