(unittest) remove cmake reference to deleted file

This commit is contained in:
Benjamin Sergeant 2020-04-13 22:07:18 -07:00
parent 13d3300a40
commit 415f6b4832

View File

@ -69,13 +69,6 @@ if (UNIX)
)
endif()
# Some unittest fail for dubious reason on Ubuntu Xenial with TSAN
if (MAC OR WIN32)
list(APPEND SOURCES
IXWebSocketMessageQTest.cpp
)
endif()
# Ping test fails intermittently, disabling them for now
# IXWebSocketPingTest.cpp
# IXWebSocketPingTimeoutTest.cpp