|
@@ -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()
|