2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 01:59:26 +00:00

Replace obsolete references to ATF with Cmocka

Fixup for MR!886.
This commit is contained in:
Petr Špaček 2021-01-05 14:04:50 +01:00
parent 631ee58010
commit 69d0fe9e72
No known key found for this signature in database
GPG Key ID: ABD587CDF06581AE

View 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