diff 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
line wrap: on
line diff
--- a/UnitTestsSources/VersionsTests.cpp	Fri Feb 15 17:26:45 2019 +0100
+++ b/UnitTestsSources/VersionsTests.cpp	Sat Feb 16 00:31:35 2019 +0100
@@ -148,12 +148,15 @@
   ASSERT_STREQ("Lua 5.3.5", LUA_RELEASE);
 }
 
+
+#if BUILDING_LIBICONV == 1
 TEST(Version, LibIconvStatic)
 {
   static const int major = 1;
   static const int minor = 15;  
   ASSERT_EQ((major << 8) + minor, _LIBICONV_VERSION);
 }
+#endif
 
 
 #if ORTHANC_ENABLE_SSL == 1