comparison UnitTestsSources/LoggingTests.cpp @ 3992:f9863630ec7f

working on the shared library for Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Jun 2020 16:07:01 +0200
parents 94f4a18a79cc
children 3c19371090c3
comparison
equal deleted inserted replaced
3991:5d2348b39392 3992:f9863630ec7f
27 * General Public License for more details. 27 * General Public License for more details.
28 * 28 *
29 * You should have received a copy of the GNU General Public License 29 * You should have received a copy of the GNU General Public License
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
33
34 #if ORTHANC_UNIT_TESTS_LINK_FRAMEWORK == 1
35 # include <OrthancFramework/OrthancFramework.h>
36 #endif
32 37
33 #include "PrecompiledHeadersUnitTests.h" 38 #include "PrecompiledHeadersUnitTests.h"
34 #include "gtest/gtest.h" 39 #include "gtest/gtest.h"
35 #include <boost/regex.hpp> 40 #include <boost/regex.hpp>
36 #include <sstream> 41 #include <sstream>