#*@@@@@@@@@@@@@@@@@@@@@@@@ clean @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Random Option Pricing
# Summer 2002
# Authors: A. Korobchevsky
#          S. Ferrando
# Ryerson University ALL RIGHTS RESERVED

# Purpose: Performes regression testing (compiles and runs) of
#			  all utility programs
#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

cd Src/Rng/Test
make clean
cd ../../Und/Test
make clean
cd ../../Alg/Test
make clean
cd ../../../Exe
make clean
