Lines Matching full:tests
1 README unbound tests
3 For a quick test that runs unit tests and state machine tests, use
8 To make and run the long tests. The results are summarized at the end.
18 You can also use prepared Dockerfile to run tests inside docker based on latest gcc image:
19 * build container: docker build -t unbound-tester -f contrib/Dockerfile.tests .
23 * run long tests: make longtest
24 … configuration](https://docs.docker.com/config/daemon/ipv6/) because some tests need ipv6 network …
26 testdata/ contains the data for tests.
27 testcode/ contains scripts and c code for the tests.
29 do-tests.sh : runs all the tests in the testdata directory.
30 testbed.sh : compiles on a set of (user specific) hosts and runs do-tests.
32 Tests are run using testcode/mini_tpkg.sh.