batch_test.pl is the means by which the test suite is run. It can be told to start up its own personal HTCondor and use that for testing. The tests ran by batch_test.pl may also start their own personal Condors. -1: Build, install and configure your code: +1: Build, install and configure your code from HTCondor source tar ball: {code} +extract tar ball +cd into source tree(eg condor-7.9.4) +(You must have cmake) +./configure_uw make install -pushd release_dir -mkdir man -./condor_install --make-personal-condor -source condor.csh -popd +make tests +cd src +cd condor_tests +export PATH=$releasedirLoc/bin:$releasedirLoc/sbin:$PATH +./batch_test.pl -b -c {endcode} 2: Make sure the tests are built: