From 52aa5325f333d263f9845b9f182350c5e0194cc3 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sat, 10 Oct 2009 20:14:04 +0000 Subject: Initial test building support along with a stub test file git-svn-id: http://pugixml.googlecode.com/svn/trunk@138 99668b35-9821-0410-8761-19e4c4f06640 --- tests/main.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/main.cpp (limited to 'tests') diff --git a/tests/main.cpp b/tests/main.cpp new file mode 100644 index 0000000..ab3187c --- /dev/null +++ b/tests/main.cpp @@ -0,0 +1,10 @@ +#include "../src/pugixml.hpp" + +int main() +{ + pugi::xml_document doc; + doc.load(""); + doc.select_single_node("node"); + + // doc.select_single_node("//"); - fails? why? :) +} -- cgit v1.2.3