#!/bin/sh

RCSBROOT=../../; export RCSBROOT

echo 'Running Test 1 ** Results stored in test'
../bin/maxit-v8.01-O -i 1a02.pdb -o 1 -exchange_out 2>&1 | tee test1.out

echo 'Running Test 2 ** Results stored in test'
../bin/maxit-v8.01-O -i 1a35.pdb -o 1 -exchange_out 2>&1 | tee test2.out

echo 'Running Test 3 ** Results stored in test'
../bin/maxit-v8.01-O -i 1f1t.pdb -o 1 -exchange_out 2>&1 | tee test3.out

echo 'Running Test 4 ** Results stored in test'
../bin/maxit-v8.01-O -i 1f6c.pdb -o 1 -exchange_out 2>&1 | tee test4.out

echo 'Running Test 5 ** Results stored in test'
../bin/maxit-v8.01-O -i 1f6i.pdb -o 1 -exchange_out 2>&1 | tee test5.out

echo 'Running Test 6 ** Results stored in test'
../bin/maxit-v8.01-O -i 1fd5.cif -o 2 -exchange_in 2>&1 | tee test6.out

echo 'Running Test 7 ** Results stored in test'
../bin/maxit-v8.01-O -i 1fdg.cif -o 2 -exchange_in 2>&1 | tee test7.out

echo 'Running Test 8 ** Results stored in test'
../bin/maxit-v8.01-O -i 1fix.cif -o 2 -exchange_in 2>&1 | tee test8.out

echo 'Running Test 9 ** Results stored in test'
../bin/maxit-v8.01-O -i 1fms.cif -o 2 -exchange_in 2>&1 | tee test9.out

echo 'Running Test 10 ** Results stored in test'
../bin/maxit-v8.01-O -i 1fn1.cif -o 2 -exchange_in 2>&1 | tee test10.out

