diff --git a/doc/dev/dev.md b/doc/dev/dev.md index 886cbe8a85..1c4e6e6d1e 100644 --- a/doc/dev/dev.md +++ b/doc/dev/dev.md @@ -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: