arabica/tests/XSLT/xslt_test.hpp

7 lines
177 B
C++

#ifndef XSLT_XSLT_TEST_HPP
#define XSLT_XSLT_TEST_HPP
TestSuite* XSLTTest_suite(const std::string& path);
TestSuite* ArabicaTest_suite(const std::string& path);
#endif