comparison UnitTestsSources/SQLiteChromiumTests.cpp @ 4023:cbdf62468d77 more-changes

merge
author Alain Mazy <alain@mazy.be>
date Tue, 09 Jun 2020 11:54:58 +0200
parents 27628b0f6ada
children
comparison
equal deleted inserted replaced
4022:a2e4edc7b9aa 4023:cbdf62468d77
30 * along with this program. If not, see <http://www.gnu.org/licenses/>. 30 * along with this program. If not, see <http://www.gnu.org/licenses/>.
31 **/ 31 **/
32 32
33 33
34 #if ORTHANC_UNIT_TESTS_LINK_FRAMEWORK == 1 34 #if ORTHANC_UNIT_TESTS_LINK_FRAMEWORK == 1
35 # include <OrthancFramework/OrthancFramework.h> 35 # include <OrthancFramework.h>
36 #endif 36 #endif
37 37
38 #include "PrecompiledHeadersUnitTests.h" 38 #include "PrecompiledHeadersUnitTests.h"
39 #include "gtest/gtest.h" 39 #include "gtest/gtest.h"
40 40