Enabled unit test by default

This commit is contained in:
AlexVinS
2015-12-05 12:06:37 +03:00
committed by AlexVinS
parent 0798ef4b2a
commit c53718a0d5
+1 -1
View File
@@ -19,7 +19,7 @@ set(VCMI_VERSION_PATCH 0)
option(ENABLE_ERM "Enable compilation of ERM scripting module" OFF)
option(ENABLE_EDITOR "Enable compilation of map editor" OFF)
option(ENABLE_LAUNCHER "Enable compilation of launcher" ON)
option(ENABLE_TEST "Enable compilation of unit tests" OFF)
option(ENABLE_TEST "Enable compilation of unit tests" ON)
option(ENABLE_PCH "Enable compilation using precompiled headers" ON)
############################################