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