1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-10-04 15:56:30 +00:00

Fix(CI): Oops we actually do need unit tests

This commit is contained in:
Dave Corley 2023-10-03 15:15:36 -05:00
parent 31ecaba895
commit 1dc46c700c

View file

@ -30,7 +30,7 @@ option(BUILD_ESMTOOL "Build ESM inspector" OFF)
option(BUILD_NIFTEST "Build nif file tester" OFF)
option(BUILD_DOCS "Build documentation." OFF )
option(BUILD_WITH_CODE_COVERAGE "Enable code coverage with gconv" OFF)
option(BUILD_UNITTESTS "Enable Unittests with Google C++ Unittest" OFF)
option(BUILD_UNITTESTS "Enable Unittests with Google C++ Unittest" ON)
option(BUILD_BENCHMARKS "Build benchmarks with Google Benchmark" OFF)
option(BUILD_OPENMW_MP "Build OpenMW-MP" ON)
option(BUILD_BROWSER "Build tes3mp Server Browser" ON)