summaryrefslogtreecommitdiffstats
path: root/README
blob: 79e53f3731a1a49fde4438c6db1711f5420230cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Pablo Neira Ayuso <pablo@netfilter.org>
Date: 06/May/2013

= conntrackd's helper tests =

This tree contains tests for the user-space helper infrastructure that
conntrackd provides.

You can compile it via:

	autoreconf -fi
	./configure
	make check

You can run the tests by invoking the run-test.sh script in this tree.

-EOF-