[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] START_TEST(test_mem_one)
From: |
Kieran Mansley |
Subject: |
Re: [lwip-devel] START_TEST(test_mem_one) |
Date: |
Mon, 08 Aug 2011 09:38:05 +0100 |
On Sat, 2011-08-06 at 20:24 +0200, Gisle Vanem wrote:
> I'm trying to compile the stuff under test/unit using MSVC and
> MingW. But hit a number of errors. E.g. on this in test_mem.c:
> START_TEST(test_mem_one)
>
> Where are START_TEST, Suite, tcase_add_checked_fixture() etc.
> supposed to be defined? I don't think I'm missing some files.
> I just checked mine against git://git.sv.gnu.org/lwip.git and
> found no problem. I'm utterly confused.
Simon is the expert on this, but he's away for a few days. I don't have
any experience of using those tests, but the standard answer to
questions like this in the past is that you also need to get and use the
check library, which isn't included with lwIP.
Kieran