]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Added READMEs.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 16 Jan 2007 11:54:29 +0000 (11:54 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 16 Jan 2007 11:54:29 +0000 (11:54 +0000)
git-svn-id: file:///svn/unbound/trunk@22 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/README.svn [new file with mode: 0644]
doc/README.tests [new file with mode: 0644]

index 9e580d1049f94d4ef5645f4671a4483d9f19bd67..a4b8afeeea66083c80de6656c8ca722e8748e250 100644 (file)
@@ -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 (file)
index 0000000..6e47f35
--- /dev/null
@@ -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 (file)
index 0000000..05fc89d
--- /dev/null
@@ -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.