mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
chore(CMake/Tests): use conventional CMake flag to enable tests (#3809)
This commit is contained in:
2
conf/dist/config.cmake
vendored
2
conf/dist/config.cmake
vendored
@@ -1,6 +1,6 @@
|
||||
option(SERVERS "Build worldserver and authserver" 1)
|
||||
option(SCRIPTS "Build core with scripts included" 1)
|
||||
option(UNIT_TESTS "Build unit tests" 0)
|
||||
option(BUILD_TESTING "Build unit tests" 0)
|
||||
option(TOOLS "Build map/vmap/mmap extraction/assembler tools" 0)
|
||||
option(USE_SCRIPTPCH "Use precompiled headers when compiling scripts" 1)
|
||||
option(USE_COREPCH "Use precompiled headers when compiling servers" 1)
|
||||
|
||||
2
conf/dist/config.sh
vendored
2
conf/dist/config.sh
vendored
@@ -48,7 +48,7 @@ CTYPE=Release
|
||||
# compile scripts
|
||||
CSCRIPTS=ON
|
||||
# compile unit tests
|
||||
CUNIT_TESTS=OFF
|
||||
CBUILD_TESTING=OFF
|
||||
# compile server
|
||||
CSERVERS=ON
|
||||
# compile tools
|
||||
|
||||
Reference in New Issue
Block a user