From: Petr Špaček Date: Tue, 5 Jan 2021 13:04:50 +0000 (+0100) Subject: Replace obsolete references to ATF with Cmocka X-Git-Tag: v9.18.0~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69d0fe9e72d488e4b5fb940781bb6d927d5f706f;p=thirdparty%2Fbind9.git Replace obsolete references to ATF with Cmocka Fixup for MR!886. --- diff --git a/doc/dev/dev.md b/doc/dev/dev.md index 9da3b9f1a4f..f66284873b2 100644 --- a/doc/dev/dev.md +++ b/doc/dev/dev.md @@ -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