Explorar o código

Merge topic 'improve-HTML-test'

5d3cfdc No CMake.HTML test if xmllint has no --nonet.
bb1df1e Make HTML test fail when --nonet arg is not available.
David Cole %!s(int64=15) %!d(string=hai) anos
pai
achega
01decafc97
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      Utilities/CMakeLists.txt

+ 0 - 4
Utilities/CMakeLists.txt

@@ -152,10 +152,6 @@ if(BUILD_TESTING)
         ${LIBXML2_XMLLINT_EXECUTABLE} --valid --noout --nonet --path .
         ${HTML_FILES}
         )
-    else()
-      add_test(CMake.HTML
-        ${LIBXML2_XMLLINT_EXECUTABLE} --valid --noout ${HTML_FILES}
-        )
     endif()
   endif()
 endif()