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

Fix command to run all unit tests in doc/dev/dev.md

Fixup for build system rewrite 978c7b2e89aa37a7ddfe2f6b6ba12ce73dd04528,
MR !985.
This commit is contained in:
Petr Špaček 2021-01-05 13:46:16 +01:00
parent 3c5dbe5742
commit dac41968a9
No known key found for this signature in database
GPG Key ID: ABD587CDF06581AE

View File

@ -221,9 +221,9 @@ in `rbt.c`. (There are exceptions to this rule, though; for instance,
different files in `lib/isc`.)
When BIND is built with unit tests, they will be run as part of
`make` `check`. But if you want to run *only* the ATF unit tests:
`make` `check`. But if you want to run *only* the unit tests:
$ sh unit/unittest.sh
$ make unit
You can also run the unit tests for only one library: