adding test command to README
authorDavid Beaumont <dbeaumont@google.com>
Fri, 6 Mar 2015 12:53:07 +0000 (13:53 +0100)
committerYoungjae Shin <yj99.shin@samsung.com>
Tue, 9 Jun 2015 11:43:26 +0000 (20:43 +0900)
cpp/README

index 96ca037..a2a5e56 100644 (file)
@@ -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
 --------------------------------