Files @ d8e0d03cc044
Branch filter:

Location: libtransport.git/src/tests/main.h

vitalyster
Merge pull request #64 from Ghabry/get_info

purple backend: Prevent Vcard-Req hang when "get_info" not implemented
1
2
3
4
5
6
#ifndef TESTS_MAIN_H
#define TESTS_MAIN_H
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>

#endif