unit_tests/check_clamav_skip.c
15d67313
 #include <stdio.h>
6df13d04
 #include "../libclamav/clamav.h"
 
15d67313
 int main(int argc, char **argv)
 {
6df13d04
     UNUSEDPARAM(argc);
     UNUSEDPARAM(argv);
15d67313
     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;
 }