~ubuntu-branches/ubuntu/natty/clamav/natty-updates

1
2
3
4
5
6
7
#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;
}