forked from isc-projects/bind9
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove embedded atf-src and enforce atf >= 0.20 + kyua as execution e…
…ngine
- Loading branch information
Showing
11 changed files
with
152 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,9 @@ | ||
These unit tests for BIND 9 are based on the NetBSD Automated Test Framework | ||
release 0.17. | ||
Unit tests for BIND 9 are based on NetBSD Automated Test Framework, cmocka and | ||
test execution engine Kyua. | ||
|
||
To build an external copy of ATF for use by BIND 9: | ||
If your distribution of choice doesn't include packages for atf, kyua and | ||
cmocka, the sources can be found here: | ||
|
||
$ cd atf-src | ||
$ configure --prefix=<prefix> --enable-tools --disable-shared | ||
$ make | ||
$ make install | ||
|
||
Subsequently, specify the ATF prefix when building BIND 9: | ||
|
||
$ configure --with-atf=<prefix> | ||
|
||
ATF can also be built automatically during the BIND 9 build, | ||
by specifying --with-atf without an argument: | ||
|
||
$ configure --with-atf | ||
|
||
This causes BIND 9 to build ATF in the atf-src directory and | ||
link to it directly. | ||
* ATF 0.20 - https://github.com/jmmv/atf/releases | ||
* Kyua 0.13 - https://github.com/jmmv/kyua/releases | ||
* CMocka 1.0 - https://cmocka.org/files/ |
Oops, something went wrong.