浏览代码

Also turn unit tests on

Daniel Buckmaster 10 年之前
父节点
当前提交
f821898857
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Tools/CMake/modules/module_testing.cmake

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

@@ -20,7 +20,7 @@
 # IN THE SOFTWARE.
 # -----------------------------------------------------------------------------
 
-option(TORQUE_TESTING "Enable unit test module" OFF)
+option(TORQUE_TESTING "Enable unit test module" ON)
 mark_as_advanced(TORQUE_TESTING)
 
 if(TORQUE_TESTING)
@@ -35,4 +35,4 @@ if(TORQUE_TESTING)
     # Add include paths
     addInclude( "${libDir}/gtest/fused-src/" )
 
-endif()
+endif()