mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00

Also add support for using pytest instead of python's unittest to make it easier to find & read failed test results. Clean up the log output in check_clamd when printing "wrong reply" results. Switch from using collections.namedtuple() to defining our own NamedTuple subclass, which adds member variable typing.
5 lines
205 B
Text
5 lines
205 B
Text
if(CTEST_CONFIGURATION_TYPE)
|
|
include(GetLibs-${CTEST_CONFIGURATION_TYPE}.ctest)
|
|
else()
|
|
message(FATAL_ERROR "\nCTest requires a config type argument on Windows.\n Eg: ctest -C Debug\n")
|
|
endif()
|