From: David Beaumont Date: Fri, 6 Mar 2015 12:53:07 +0000 (+0100) Subject: adding test command to README X-Git-Tag: upstream/7.0.6~28 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Flibphonenumber.git;a=commitdiff_plain;h=0b9cc4c2b61acbf279cc141561275857ff0c8c00 adding test command to README --- diff --git a/cpp/README b/cpp/README index 96ca037..a2a5e56 100644 --- a/cpp/README +++ b/cpp/README @@ -129,14 +129,14 @@ Requirements: Note: Boost Thread is the only library needed at link time. -Building the library --------------------- +Building and testing the library +-------------------------------- $ cd libphonenumber/cpp $ mkdir build $ cd build $ cmake .. $ make - + $ ./libphonenumber_test Troubleshooting CMake via ccmake --------------------------------