mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-09 09:05:51 +00:00
10 lines
174 B
C++
10 lines
174 B
C++
|
#include "tools.hpp"
|
||
|
|
||
|
class clientTestSuite : public testSuite {
|
||
|
|
||
|
public:
|
||
|
virtual std::string suiteName();
|
||
|
virtual void runtests(unsigned int const indentation);
|
||
|
};
|
||
|
|