Sfoglia il codice sorgente

clang: The unit test suite doesn't play nice with -wundef
(test for #if +uninitialized #defines)
leaving that as an option, but off by default to allow filtering through engine specific #defines for issues, rather than wading through the spam kicked up by the plugin.

Azaezel 9 anni fa
parent
commit
a46b4fb5e8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Tools/CMake/modules/module_testing.cmake

+ 1 - 1
Tools/CMake/modules/module_testing.cmake

@@ -20,7 +20,7 @@
 # IN THE SOFTWARE.
 # -----------------------------------------------------------------------------
 
-option(TORQUE_TESTING "Enable unit test module" ON)
+option(TORQUE_TESTING "Enable unit test module" OFF)
 mark_as_advanced(TORQUE_TESTING)
 
 if(TORQUE_TESTING)