clamav/unit_tests/Run-GetLibs.ctest
Micah Snyder 1cc8c2dce3 Test: fix check_clamd failure on Windows
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.
2021-03-22 19:50:48 -07:00

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()