From: Marcin Siodelski Date: Thu, 18 Aug 2016 08:54:23 +0000 (+0200) Subject: [4489] Pointing to the Kea Deveoper's Guide for unit testing. X-Git-Tag: trac4631_base~9^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac5f18e235ad0e24b69698c077a35e98c2f09acb;p=thirdparty%2Fkea.git [4489] Pointing to the Kea Deveoper's Guide for unit testing. --- diff --git a/doc/guide/install.xml b/doc/guide/install.xml index 41793080c8..0f4ad19e9a 100644 --- a/doc/guide/install.xml +++ b/doc/guide/install.xml @@ -459,6 +459,17 @@ Debian and Ubuntu: Kea is built. This section covers the building of Kea with MySQL and/or PostgreSQL and the creation of the lease database. + + + + When unit tests are built with Kea (--with-gtest configuration option is specified), + the databases must be manually pre-configured for the unit tests to run. + The details of this configuration can be found in the + Kea Developer's + Guide. + + +
Building with MySQL Support