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