comparison UnitTestsSources/VersionsTests.cpp @ 3241:32596919d729

first compilation combining ICU and LSB
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 16 Feb 2019 00:31:35 +0100
parents ad37c21ec4db
children 6f35279215c4
comparison
equal deleted inserted replaced
3240:e44e0127e553 3241:32596919d729
146 TEST(Version, LuaStatic) 146 TEST(Version, LuaStatic)
147 { 147 {
148 ASSERT_STREQ("Lua 5.3.5", LUA_RELEASE); 148 ASSERT_STREQ("Lua 5.3.5", LUA_RELEASE);
149 } 149 }
150 150
151
152 #if BUILDING_LIBICONV == 1
151 TEST(Version, LibIconvStatic) 153 TEST(Version, LibIconvStatic)
152 { 154 {
153 static const int major = 1; 155 static const int major = 1;
154 static const int minor = 15; 156 static const int minor = 15;
155 ASSERT_EQ((major << 8) + minor, _LIBICONV_VERSION); 157 ASSERT_EQ((major << 8) + minor, _LIBICONV_VERSION);
156 } 158 }
159 #endif
157 160
158 161
159 #if ORTHANC_ENABLE_SSL == 1 162 #if ORTHANC_ENABLE_SSL == 1
160 TEST(Version, OpenSslStatic) 163 TEST(Version, OpenSslStatic)
161 { 164 {