THRIFT-400: Test failures in one language shouldn't keep test suites in other languages from firing

Adding test instructions to the README
diff --git a/README b/README
index 004f65e..b5e2390 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 Apache Thrift
 
-Last Modified: 2010-Nov-04
+Last Modified: 2013-June-6
 
 License
 =======
@@ -135,3 +135,23 @@
 
 Look for the README file in the lib/<language>/ folder for more details on the
 installation of each language library package.
+
+Testing
+=======
+
+There are a large number of client library tests that can all be run
+from the top-level directory.
+
+          make -k check
+
+This will make all of the libraries (as necessary), and run through
+the unit tests defined in each of the client libraries. If a single
+language fails, the make check will continue on and provide a synopsis
+at the end.
+
+To run the cross-language test suite, please run:
+
+          sh test/test.sh
+
+This will run a set of tests that use different language clients and
+servers.
\ No newline at end of file