| Current Path : /usr/local/src/clamav-1.0.9/unit_tests/ |
| Current File : //usr/local/src/clamav-1.0.9/unit_tests/check_clamav_skip.c |
#include <stdio.h>
int main(int argc, char **argv)
{
(void)argc;
(void)argv;
puts("\n*** Unit tests disabled in this build\n*** Use ./configure --enable-check to enable them\n");
/* tell automake the test was skipped */
return 77;
}