Files @ 90ef6e3128f2
Branch filter:

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

Jan Kaluza
Fix HAVE_SWIFTEN_3 definition to work also in gcc. Fix the tests to work with swiften3 and also with swiften2.
1
2
3
4
5
6
#ifndef TESTS_MAIN_H
#define TESTS_MAIN_H
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>

#endif