From: Petr Špaček Date: Tue, 5 Jan 2021 12:46:16 +0000 (+0100) Subject: Fix command to run all unit tests in doc/dev/dev.md X-Git-Tag: v9.18.0~8^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dac41968a98f1e5103154c144ad19691509fcf1c;p=thirdparty%2Fbind9.git Fix command to run all unit tests in doc/dev/dev.md Fixup for build system rewrite 978c7b2e89aa37a7ddfe2f6b6ba12ce73dd04528, MR !985. --- diff --git a/doc/dev/dev.md b/doc/dev/dev.md index 886cbe8a85d..1c4e6e6d1ef 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: