Files @ 67d6458a4113
Branch filter:

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

Daniel Henninger
Downgraded PQXX API used due to the 2.6 series on most modern linux distros.
Implemented most of the other functions.
1
2
3
4
5
6
#ifndef TESTS_MAIN_H
#define TESTS_MAIN_H
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>

#endif