Browse Source

Also turn unit tests on

Daniel Buckmaster 10 years ago
parent
commit
f821898857
1 changed files with 2 additions and 2 deletions
  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()