History log of /netbsd-src/tests/ipf/Makefile (Results 1 – 5 of 5)
Revision Date Author Comments
# 36136389 30-Nov-2012 pgoyette <pgoyette@NetBSD.org>

Rather than providing a custom Atffile that requires separate
maintenance, just don't build or install the t_bpf.sh test.


# 94e5abaa 18-Dec-2010 pooka <pooka@NetBSD.org>

Disable test cases which have not worked in ages instead of skipping them.


# 9d0b4b5b 13-Jul-2010 jmmv <jmmv@NetBSD.org>

Get rid of static Atffiles and let bsd.test.mk generate them on the fly.


# f8a35c46 10-Jul-2010 jmmv <jmmv@NetBSD.org>

Do not use awk to generate the test program. Use some eval magic to generate
the tests on the fly alongside with easier-to-read functions.

While doing this, split the big monolithic test program in

Do not use awk to generate the test program. Use some eval magic to generate
the tests on the fly alongside with easier-to-read functions.

While doing this, split the big monolithic test program into more granular
but cohesive test programs.

Phew, this one was tough. And it's horrible to see that many these tests
(yes, the tests themselves probably) are broken.

show more ...


# b9daf172 20-Feb-2009 jmmv <jmmv@NetBSD.org>

Add the ipf tests developed by Lukasz Strzygowski as part of the atfify
GSoC 2008 project. These were originally inside the kernel subdirectory
but I think they belong in their own top-level directo

Add the ipf tests developed by Lukasz Strzygowski as part of the atfify
GSoC 2008 project. These were originally inside the kernel subdirectory
but I think they belong in their own top-level directory because ipf
consists of more components than just the kernel-level packet filter.

show more ...