Files
clamav/test
Micah Snyder 05a8d589e7 CMake: improve multiarch support
In testing on Alpine, I found that most libs were installing to
<prefix>/lib while libclamav installed to <prefix>/lib64. Those who like
multiarch will advocate for lib64, though I only actually noticed it
because clamscan failed to find libclamav.so! Anyways, they should all
install to lib64 by default if that's what how the system is set up.
Using ${CMAKE_INSTALL_FULL_LIBDIR} instead of <prefix>/lib will do that.
2021-02-25 11:41:29 -08:00
..
2021-02-25 11:41:28 -08:00
2008-01-21 15:25:33 +00:00

clam.exe is an extremely small (544 bytes!) MZ+PE executable that prints
a nice message :-) You can use it to test attachment scanning in your ClamAV
based mail scanner.

NOTE: upon request the testfiles are not shipped anymore
Instead they are dynamically generated at make time.