memory leaks fixing
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -5,11 +5,15 @@
|
||||
#include "conexion_ssl.h"
|
||||
#include "config_reader.h"
|
||||
#include "tests.h"
|
||||
#include "msql_acces.h"
|
||||
|
||||
#define file_config "config"
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( test_basic );
|
||||
int main()
|
||||
{
|
||||
//msql_acces data;
|
||||
//data.create_user("otro", "otro", true);
|
||||
|
||||
//inicio de los tests
|
||||
CPPUNIT_NS::TestResult testresult;
|
||||
CPPUNIT_NS::TestResultCollector collectedresults;
|
||||
|
||||
Reference in New Issue
Block a user