#ifdef _MSC_VER #pragma warning(disable:4244 4267) #endif #include #ifndef ARABICA_NO_WCHAR_T #include "xpath_test_suite.hpp" #endif ///////////////////////////////////////// int main(int argc, const char** argv) { #ifndef ARABICA_NO_WCHAR_T XPath_test_suite >(argc, argv); #else std::cout << "No wide tests on this platform" << std::endl; #endif } // main