mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Added READMEs.
git-svn-id: file:///svn/unbound/trunk@22 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
c32a36a39f
commit
9159599826
3 changed files with 27 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
16 January 2007: Wouter
|
||||
- added readme.svn and readme.tests.
|
||||
|
||||
4 January 2007: Wouter
|
||||
- Testbed script (run on multiple platforms the test set).
|
||||
Works on Sunos9, Sunos10, FreeBSD 6.1, Fedora core 5.
|
||||
|
|
|
|||
13
doc/README.svn
Normal file
13
doc/README.svn
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
README.svn
|
||||
|
||||
For a svn checkout
|
||||
* Create build environment - see README.
|
||||
* possibly copy aclocal.m4 from your autoconf/libtool setup.
|
||||
|
||||
* Note changes in the Changelog.
|
||||
* Every checking a postcommit hook is run
|
||||
(the postcommit hook is in the svn/unbound/hooks directory).
|
||||
* generates commit email with your changes and comment.
|
||||
* compiles and runs the tests (with testcode/do-tests.sh).
|
||||
* If build errors or test errors happen
|
||||
* Please fix your errors and commit again.
|
||||
11
doc/README.tests
Normal file
11
doc/README.tests
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
README unbound tests
|
||||
|
||||
There is a test setup for unbound.
|
||||
|
||||
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 tpkg.
|
||||
Loading…
Reference in a new issue