mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-12-22 13:33:35 +00:00
11 lines
225 B
CMake
11 lines
225 B
CMake
message (STATUS "Testing is enabled.")
|
|
enable_testing()
|
|
|
|
find_package(GoogleTest REQUIRED)
|
|
include(GoogleTest)
|
|
|
|
# Add the subdirectories
|
|
add_subdirectory(dCommonTests)
|
|
add_subdirectory(dECSTests)
|
|
add_subdirectory(dGameTests)
|