feature(testing-automation): unit tests with Google Framework (#3273)
This commit is contained in:
parent
4d11f5c921
commit
c2b40b126d
13 changed files with 132 additions and 11 deletions
1
conf/dist/config.cmake
vendored
1
conf/dist/config.cmake
vendored
|
|
@ -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)
|
||||
|
|
|
|||
2
conf/dist/config.sh
vendored
2
conf/dist/config.sh
vendored
|
|
@ -47,6 +47,8 @@ CDEBUG=OFF
|
|||
CTYPE=Release
|
||||
# compile scripts
|
||||
CSCRIPTS=ON
|
||||
# compile unit tests
|
||||
CUNIT_TESTS=OFF
|
||||
# compile server
|
||||
CSERVERS=ON
|
||||
# compile tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue