mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Fix command to run all unit tests in doc/dev/dev.md
Fixup for build system rewrite 978c7b2e89,
MR !985.
This commit is contained in:
parent
3c5dbe5742
commit
dac41968a9
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue