***7.5.6 cmake warning***
 
-In the new cmake world order, you cannot use an out-of-source build as the src/condor_tests directory won't be copied or otherwise correct.  You'll need to do an in-source build.  Since that turns your local git repo into a mess, you'll probably want to make a copy or a new clone before doing so.  This should be fixed.
+In the new cmake world order, you cannot use an out-of-source build as the src/condor_tests directory won't be copied or otherwise correct.  You'll need to do an in-source build.  Since that turns your local git repo into a mess, you'll probably want to make a copy or a new clone before doing so.  This should be fixed.(There is a work around - ask bt 4/2013)
 
 ***As of V7_3***
 
@@ -281,6 +281,8 @@
 
 Revisits to testing(bt 4/2013):
 
+**Testing in an outof tree build**
+
 Starting with an outoftree build initiated like this:
 
 on local disk in directory /scratch/bt/outoftree
@@ -298,8 +300,17 @@
    cp -r /p/condor/workspaces/bt/git/CONDOR_SRC/src/condor_tests .
    ./batch_tests.pl -b -c
 
-After following build instructions and initial test instrctions
-I copied over condor_examples and condor_tests into the built condor_tests
-after saving a copy of the built condor_tests
+**Building and Testing source tar ball**
 
-I then proceeded to run a single test. and a full set.
+   extract tar ball
+   cd into sorces
+   (You must have cmake)
+   ./configure_uw
+   make install
+   make tests
+   pushd release_dir
+   mkdir man
+   ./condor_install --make-personal-/condor
+   sources condor.sh
+   popd
+   ./batch_tests.pl -b -c