From: Steve Brokenshire Date: Sun, 20 Mar 2016 12:41:04 +0000 (+0000) Subject: Added information about using the unit testing application X-Git-Tag: release-0.11~31 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=93af6a438450d3e88a69d5c936652e1069b75b36 Added information about using the unit testing application --- diff --git a/source/INSTALL b/source/INSTALL index 16a2b4a..03b13e5 100644 --- a/source/INSTALL +++ b/source/INSTALL @@ -55,3 +55,18 @@ make uninstall This will remove the Xestia Address Book application from the requested installation directory. + +Unit Testing +============ + +To unit test various functions used within Xestia Address Book go into the +tests directory and type: + +make + +This will build the unit testing application for Xestia Address Book. To +run the application after building type: + +./xestiaab_test + +Follow the instructions in the application to unit test the functions used. diff --git a/source/README b/source/README index 09946e5..53a64f0 100644 --- a/source/README +++ b/source/README @@ -26,6 +26,15 @@ Installation For details on installing Xestia Address Book, read the INSTALL file. +Unit Testing +============ + +Xestia Address Book has a unit testing application that allows the +functions used within the application to be checked so that they +work correctly. + +For more details, read the INSTALL file. + Resources =========