2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-04 16:05:17 +00:00

[master] all links kea.isc.org were temporary changed to oldkea.isc.org for upcoming release

This commit is contained in:
Wlodek Wencel
2018-11-08 21:03:54 +01:00
parent 1a871b147c
commit f66a5ee5fd
51 changed files with 105 additions and 97 deletions

View File

@@ -15,7 +15,7 @@ base for our C++ unit-tests. See https://github.com/google/googletest for
details. We used to have Python unit-tests inherited from BIND10
days but have been removed, so please do not write any new Kea unit
tests in Python. If you want to write DHCP tests in Python, we encourage you to
take a look at ISC Forge: http://kea.isc.org/wiki/IscForge .
take a look at ISC Forge: http://oldkea.isc.org/wiki/IscForge .
You must have \c gtest installed or at least extracted in a directory
before compiling Kea unit-tests. To enable unit-tests in Kea, use:
@@ -131,7 +131,7 @@ The following environment variable can affect the unit tests:
The unit tests are run automatically when "make check" is executed (providing
that Kea has been build with the \c --with-mysql switch (see the installation
section in the <a href="http://kea.isc.org/docs/kea-guide.html">Kea Administrator
section in the <a href="http://oldkea.isc.org/docs/kea-guide.html">Kea Administrator
Reference Manual</a>).
@subsection pgsqlUnitTestsPrerequisites PostgreSQL Database
@@ -257,7 +257,7 @@ local all postgres trust
The unit tests are run automatically when "make check" is executed (providing
that Kea has been build with the \c --with-pgsql switch (see the installation
section in the <a href="http://kea.isc.org/docs/kea-guide.html">Kea Administrator
section in the <a href="http://oldkea.isc.org/docs/kea-guide.html">Kea Administrator
Reference Manual</a>).