diff options
author | anonimal <anonimal@i2pmail.org> | 2017-06-28 21:07:24 +0000 |
---|---|---|
committer | anonimal <anonimal@i2pmail.org> | 2018-03-18 15:52:19 +0000 |
commit | 84c5a9ba481d7a33cc0fd0ca43867b61d127d907 (patch) | |
tree | f05d3d3f107da02005b4a61f0e5074c113a7165c /external/unbound/doc/README.tests | |
parent | Merge pull request #3416 (diff) | |
download | monero-84c5a9ba481d7a33cc0fd0ca43867b61d127d907.tar.xz |
Unbound: remove unbound from in-tree source
We'll instead use a git submodule to pull from our unbound repo.
Diffstat (limited to 'external/unbound/doc/README.tests')
-rw-r--r-- | external/unbound/doc/README.tests | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/external/unbound/doc/README.tests b/external/unbound/doc/README.tests deleted file mode 100644 index 5385e2b22..000000000 --- a/external/unbound/doc/README.tests +++ /dev/null @@ -1,24 +0,0 @@ -README unbound tests - -For a quick test that runs unit tests and state machine tests, use - make test - -There is a long test setup for unbound that needs tools installed. Use - make longtest -To make and run the long tests. The results are summarized at the end. - -You need to have the following programs installed and in your PATH. -* dig - from the bind-tools package. Used to send DNS queries. -* splint (optional) - for lint test -* doxygen (optional) - for doc completeness test -* ldns-testns - from ldns examples. Used as DNS auth server. -* xxd and nc (optional) - for (malformed) packet transmission. -The optional programs are detected and can be omitted. - -testdata/ contains the data for tests. -testcode/ contains scripts and c code for the tests. - -do-tests.sh : runs all the tests in the testdata directory. -testbed.sh : compiles on a set of (user specific) hosts and runs do-tests. - -Tests are run using testcode/mini_tpkg.sh. |