2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-27 04:07:32 +00:00

60 Commits

Author SHA1 Message Date
Suzanne Goldlust
5d5dc5e862 Update unit-tests.dox 2018-11-15 14:45:48 -05:00
Vicky Risk
9d5d680347 Update unit-tests.dox to replace reference to oldkea.isc.org
@section unitTestsIntroduction Introduction

Kea uses the Google C++ Testing Framework (also called googletest or gtest) as a
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://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:

@code
./configure --with-gtest=/path/to/your/gtest/dir
@endcode

or

@code
./configure --with-gtest-source=/path/to/your/gtest/dir
2018-11-14 21:29:09 -05:00
Wlodek Wencel
f66a5ee5fd [master] all links kea.isc.org were temporary changed to oldkea.isc.org for upcoming release 2018-11-08 21:03:54 +01:00
Francis Dupont
51fd66d364 [master] Finishing merge of trac5494 (Cassandra vs macOS) 2018-02-08 16:02:48 +01:00
Francis Dupont
cb0d735628 [5494] Fixed Cassandra support for macOS 2017-12-31 17:48:28 +01:00
Andrei Pavel
ac189cbb94 --with-dhcp-backend -> --with-backend 2016-12-14 16:58:39 +02:00
Tomek Mrugalski
9558de5162 [4299] General Developer's guide refresh. 2016-09-19 22:43:27 +02:00
Marcin Siodelski
8af6ca8b99 [4562] Corrected error in unit tests doxygen documentation. 2016-08-26 17:17:57 +02:00
Stephen Morris
a0f25b08ac [4489] Miscellaneous editing changes to unit test documentation 2016-08-24 23:43:31 +01:00
Marcin Siodelski
750fa1da22 [4489] Updated dev-guide with database prerequisites for unit tests. 2016-08-18 10:30:45 +02:00