mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-15 15:40:56 +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
|