From 93af6a438450d3e88a69d5c936652e1069b75b36 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 20 Mar 2016 12:41:04 +0000 Subject: [PATCH] Added information about using the unit testing application --- source/INSTALL | 15 +++++++++++++++ source/README | 9 +++++++++ 2 files changed, 24 insertions(+) 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 ========= -- 2.39.2