]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix command to run all unit tests in doc/dev/dev.md
authorPetr Špaček <pspacek@isc.org>
Tue, 5 Jan 2021 12:46:16 +0000 (13:46 +0100)
committerPetr Špaček <pspacek@isc.org>
Tue, 18 Jan 2022 16:12:27 +0000 (17:12 +0100)
Fixup for build system rewrite 978c7b2e89aa37a7ddfe2f6b6ba12ce73dd04528,
MR !985.

doc/dev/dev.md

index 886cbe8a85df78d22c737cbd2247de8445871a96..1c4e6e6d1efaec0268e78499639df5fa6b3852de 100644 (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: