+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.
--- /dev/null
+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.
--- /dev/null
+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.