mirror of https://github.com/Cisco-Talos/clamav
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
221 B
8 lines
221 B
![]()
17 years ago
|
#include <stdio.h>
|
||
|
int main(int argc, char **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;
|
||
|
}
|