From ac5f18e235ad0e24b69698c077a35e98c2f09acb Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Thu, 18 Aug 2016 10:54:23 +0200 Subject: [PATCH] [4489] Pointing to the Kea Deveoper's Guide for unit testing. --- doc/guide/install.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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