Adds test functionallity for displays

This commit is contained in:
Johannes Wendel
2020-04-06 15:46:27 +02:00
parent 362cf7694e
commit b10fff3465
5 changed files with 19 additions and 2 deletions

View File

@@ -120,7 +120,8 @@ target_link_libraries(${PROJECT_NAME} PRIVATE ${Threads_LIBRARIES})
if(ENABLE_TESTING)
add_subdirectory(tests)
#add_subdirectory(tests)
message(WARNING "Tests not built!")
endif(ENABLE_TESTING)
if(BUILD_NETWORKING)