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