bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: test-memmem takes waaay too long


From: Bruno Haible
Subject: Re: test-memmem takes waaay too long
Date: Sat, 5 Jan 2008 00:38:47 +0100 (MET)

Eric Blake wrote:
> +     * tests/test-memmem.c (main): Use alarm to declare failure if test
> +     is taking too long.

The function alarm() does not exist on mingw. Neither does SIGALRM.

If you are looking for a quick temporary workaround, until you decided
whether to create a 'memmam-fast' module, I would just enclose the
relevant parts of tests/test-memmem.c in a #if 0.

Bruno





reply via email to

[Prev in Thread] Current Thread [Next in Thread]