X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FINSTALL;h=b72c7e9347f5fce73258c360648ed00b1ae59985;hp=16a2b4a5d0b95326b290c727f606afa25783ad06;hb=7c1aa93a895f0c9304133121390f97207200308a;hpb=9a36913acafee7ce017ceb516c0f64edf23dbaf7 diff --git a/source/INSTALL b/source/INSTALL index 16a2b4a..b72c7e9 100644 --- a/source/INSTALL +++ b/source/INSTALL @@ -13,7 +13,7 @@ SFML 2.1 libxml2 2.9.2 iconv 1.14 file 5.03 -curl 7.44 +curl 7.48 Configuration ============= @@ -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.