Files @ 1fa8a9d97508
Branch filter:

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

Jan Kaluza
Do not pass char * which won't survive till sqlite3 statement execution.
1
2
3
4
5
6
#ifndef TESTS_MAIN_H
#define TESTS_MAIN_H
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>

#endif