comparison UnitTestsSources/SQLiteTests.cpp @ 2143:fd5875662670

creation of namespace SystemToolbox
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 16:54:23 +0100
parents aa4b8895cd23
children a3a65de1840f
comparison
equal deleted inserted replaced
2142:5a8840920121 2143:fd5875662670
31 31
32 32
33 #include "PrecompiledHeadersUnitTests.h" 33 #include "PrecompiledHeadersUnitTests.h"
34 #include "gtest/gtest.h" 34 #include "gtest/gtest.h"
35 35
36 #include "../Core/Toolbox.h" 36 #include "../Core/SystemToolbox.h"
37 #include "../Core/SQLite/Connection.h" 37 #include "../Core/SQLite/Connection.h"
38 #include "../Core/SQLite/Statement.h" 38 #include "../Core/SQLite/Statement.h"
39 #include "../Core/SQLite/Transaction.h" 39 #include "../Core/SQLite/Transaction.h"
40 40
41 #include <sqlite3.h> 41 #include <sqlite3.h>