Also turn unit tests on

This commit is contained in:
Daniel Buckmaster 2015-02-08 17:57:27 +11:00
parent 57698599e0
commit f821898857

View file

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