comparison OrthancFramework/UnitTestsSources/LuaTests.cpp @ 4062:0953b3dc3261 framework

pretty-printing
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 14:38:31 +0200
parents e241e5f3f088
children e00f3d089991
comparison
equal deleted inserted replaced
4061:496e07123e37 4062:0953b3dc3261
33 33
34 #if ORTHANC_UNIT_TESTS_LINK_FRAMEWORK == 1 34 #if ORTHANC_UNIT_TESTS_LINK_FRAMEWORK == 1
35 # include <OrthancFramework.h> 35 # include <OrthancFramework.h>
36 #endif 36 #endif
37 37
38 #include "gtest/gtest.h" 38 #include <gtest/gtest.h>
39 39
40 #include "../Sources/OrthancException.h" 40 #include "../Sources/OrthancException.h"
41 #include "../Sources/Toolbox.h" 41 #include "../Sources/Toolbox.h"
42 #include "../Sources/Lua/LuaFunctionCall.h" 42 #include "../Sources/Lua/LuaFunctionCall.h"
43 43