]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Replace obsolete references to ATF with Cmocka
authorPetr Špaček <pspacek@isc.org>
Tue, 5 Jan 2021 13:04:50 +0000 (14:04 +0100)
committerPetr Špaček <pspacek@isc.org>
Tue, 18 Jan 2022 16:12:57 +0000 (17:12 +0100)
Fixup for MR!886.

doc/dev/dev.md

index 9da3b9f1a4f5653a3f6b224b6fa50e0efbeaeda0..f66284873b26c09bc4251f7675b1f38f383100e5 100644 (file)
@@ -83,7 +83,7 @@ comments; they must be clearly written and consistent with existing style.
 * Read the diff
 * Read accompanying notes in the ticket
 * Apply the diff to the appropriate branch
-* Run `configure` (using at least `--enable-developer --with-atf`)
+* Run `configure` (using at least `--enable-developer`)
 * Build
 * Read the documentation, if any
 * Read the tests
@@ -139,7 +139,7 @@ interfaces (as root):
         $ sudo sh ifconfig.sh up
         $ cd ../../..
 
-To run the tests, build BIND (be sure to use --with-atf to run unit
+To run the tests, build BIND (be sure to use --with-cmocka to run unit
 tests), then run `make` `check`.  An easy way to check the results:
 
         $ make check 2>&1 | tee /tmp/check.out