From 0b9cc4c2b61acbf279cc141561275857ff0c8c00 Mon Sep 17 00:00:00 2001 From: David Beaumont Date: Fri, 6 Mar 2015 13:53:07 +0100 Subject: [PATCH] adding test command to README --- cpp/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -------------------------------- -- 2.7.4