summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-07-08 14:40:07 -0400
committerThomas Markwalder <tmark@isc.org>2019-07-08 14:40:07 -0400
commitea37c51408cf04adaf19204d66700bfd4d1f95f8 (patch)
tree2243d093148a8ac1ea280f5ca39d33c4e431032c
parente82c02c01657c7073392aab0d17e3126c3c9207f (diff)
downloadisc-dhcp-ea37c51408cf04adaf19204d66700bfd4d1f95f8.tar.gz
Update CONTRIBUTING.md
-rw-r--r--CONTRIBUTING.md12
1 files changed, 2 insertions, 10 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0231c08c..8870d3de 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -34,21 +34,13 @@ want. It would be extremely helpful if you can attach any configuration files (d
dhclient), along with a step-by-step procedure to carry out the test(s). This will help us verify
your changes as extend our own system tests.
-Building ISC DHCP code from the repository is slightly different than the release tarballs. One
-major difference is that it does not have BIND source bundled inside and those have to be
-downloaded separately. Fortunately, there's an easy to use script for that:
-
-```bash
-sh util/bind.sh v4_4
-./configure --with-atf
-make
-```
-
Make sure you have ATF (Automated Test Framework) installed in your system. For more information
about ATF, please refer to <dhcp source tree>/doc/devel/atf.dox. Note, running "make devel" in this
directory will generate the documentation. To run the unit-tests, simply run:
```bash
+./configure --with-atf
+make
make check
```