mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-02-01 18:41:35 -05: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.
6 lines
205 B
Plaintext
6 lines
205 B
Plaintext
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()
|