From: Wouter Wijngaards Date: Tue, 16 Jan 2007 11:54:29 +0000 (+0000) Subject: Added READMEs. X-Git-Tag: release-0.0~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9159599826abf3f139f27784143df6c4bb841eec;p=thirdparty%2Funbound.git Added READMEs. git-svn-id: file:///svn/unbound/trunk@22 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 9e580d104..a4b8afeee 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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. diff --git a/doc/README.svn b/doc/README.svn new file mode 100644 index 000000000..6e47f3571 --- /dev/null +++ b/doc/README.svn @@ -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. diff --git a/doc/README.tests b/doc/README.tests new file mode 100644 index 000000000..05fc89d21 --- /dev/null +++ b/doc/README.tests @@ -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.