Requirements

*: Cygwin + Cygwin Perl module *: Active-State Perl

Testing

From a Cygwin command-line type: export PATH=$PATH:/cygdrive/c/condor/bin cd /cygdrive/c mkdir nmi_tests cd nmi_tests cp -r /cygdrive/c/workspace/source/src . cp -r src/condor_examples . cp -r src/condor_scripts . cp -r src/condor_tests . cd condor_tests cp ../condor_scripts/*.pm ../condor_scripts/batch_test.pl . ./batch_test.pl --no-error -d . -b Between test runs, delete the =TestingPersonalCondor= directory: rm -rf TestingPersonalCondor That's about as simple as it gets; although it is possible to save exporting the PATH each time. This can be accomplished by adding it to the default PATH.