diff options
author | Francesco Borzì <borzifrancesco@gmail.com> | 2020-08-15 22:34:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-15 22:34:45 +0200 |
commit | c2b40b126d669e66fd5f602c03c42924da41d776 (patch) | |
tree | fd6c7b0f94feed4941c2b8d5d294dad17141352e /conf/dist/config.cmake | |
parent | 4d11f5c92139f26483763b2f558da4b5a6fcae6e (diff) |
feature(testing-automation): unit tests with Google Framework (#3273)
Diffstat (limited to 'conf/dist/config.cmake')
-rw-r--r-- | conf/dist/config.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/dist/config.cmake b/conf/dist/config.cmake index 19e6c4c2aa..dd6abcbd25 100644 --- a/conf/dist/config.cmake +++ b/conf/dist/config.cmake @@ -1,5 +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(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) |