diff UnitTestsSources/VersionsTests.cpp @ 3688:9c091747483a

Enable support of compression in civetweb
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 Feb 2020 10:51:26 +0100
parents 94f4a18a79cc
children faa695f433d5
line wrap: on
line diff
--- a/UnitTestsSources/VersionsTests.cpp	Tue Feb 25 08:42:00 2020 +0100
+++ b/UnitTestsSources/VersionsTests.cpp	Tue Feb 25 10:51:26 2020 +0100
@@ -113,6 +113,14 @@
 }
 
 
+#if ORTHANC_ENABLE_CIVETWEB == 1
+TEST(Version, CivetwebCompression)
+{
+  ASSERT_TRUE(mg_check_feature(MG_FEATURES_COMPRESSION));
+}
+#endif
+
+
 #if ORTHANC_STATIC == 1
 
 TEST(Versions, ZlibStatic)