#*@@@@@@@@@@@@@@@@@@@@@@@@ regs @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# 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
#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/


// BEGIN all
cd Src/Und/Test
make
./undtest
./testCont
./testint
cd ../../Rng/Test
make
make gauss
make testint
./testgen mt 0.4 1000
./testGauss
./testint mt 10 10000
cd ../../Alg/Test
make
./test mt
// END all
