mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-30 22:23:40 +01:00
7 lines
177 B
C++
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
|