condor_examples
    condor_scripts
    condor_tests
-1: Copy Condor.PM, CondorUtils.pm, CondorTest.pm, CondorPersonal.pm and batch_tests.plfrom condor_scripts to your condor testing location
-1: Place condor_examples(from clone) in the same folder as your selected testing location
-1: Copy all of the built tests contents to your selected condor testing location
-1: After the BLD_TESTS step of the build, depending on kind of build, you need to fetch , at a minimum, the build exe files for tests and copy them to your condor_testing location. In my case since I do a debug build in c:\condor_localbuild, these files are located in c:\condor_localbuild\src\condor_tests\RelWithDebInfo
+1: Copy Condor.PM, CondorUtils.pm, CondorTest.pm, CondorPersonal.pm and batch_tests.plfrom condor_scripts to your condor testing location/condor_tests
+1: Place condor_examples(from clone) in the same folder as your selected testing location. ie "your condor_testing location"/condor_examples
+1: Copy all of the built tests contents to your selected condor testing location/condor_tests
+1: After the BLD_TESTS step of the build, depending on kind of build, you need to fetch , at a minimum, the build exe files for tests and copy them to your condor_testing location/condor_tests. In my case since I do a debug build in c:\condor_localbuild, these files are located in c:\condor_localbuild\src\condor_tests\RelWithDebInfo
 
 
 You should now be able to run single tests in the testing location you chose