X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FINSTALL;h=03b13e5d167945b8a10ee202abfeb8059bf5f2ee;hb=d4087a12e1dccd74c089f2583500578fa5e59212;hp=16a2b4a5d0b95326b290c727f606afa25783ad06;hpb=9a36913acafee7ce017ceb516c0f64edf23dbaf7;p=xestiaab%2F.git 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.