Răsfoiți Sursa

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 15 ani în urmă
părinte
comite
01decafc97
1 a modificat fișierele cu 0 adăugiri și 4 ștergeri
  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()