#! /bin/tcsh -f

foreach dir (Vrp CNRP MCKP FLOPC++ Template MPP SPP+CUTS SPP MATCH)
cd $HOME/SYMPHONY/$dir
if (-e testing)
./testing
endif
end
