arabica/tests/XSLT/xslt_test.hpp

8 lines
177 B
C++
Raw Normal View History

#ifndef XSLT_XSLT_TEST_HPP
#define XSLT_XSLT_TEST_HPP
2007-11-19 23:11:05 +01:00
TestSuite* XSLTTest_suite(const std::string& path);
TestSuite* ArabicaTest_suite(const std::string& path);
#endif