batch_test.pl is the means by which the test suite is run. It can be told to start up its own person condor and use that for testing. The tests ran by batch_test.pl may also start their own personal condors. -After the test suite codes are built, cd into condor_tests/. +After the test suite codes are built (make tests), cd into condor_tests/. We'll invoke batch_test.pl. We tell batch test to start up its own personal condors and clean up everything when it is done. We don't ask it to run tests in parallel since there likely are race conditions in the tests over that behavior. {code} +make tests +cd condor_tests ./batch_test.pl -b -c {endcode}