#!/bin/sh

RCSBROOT=../../; export RCSBROOT

echo 'Running Test 1 ** Results stored in test'
../bin/validation-v8 -f 1a02.pdb -l -adit -public 2>&1 | tee test1.out

echo 'Running Test 2 ** Results stored in test'
../bin/validation-v8 -f 1a35.pdb -l -adit -public 2>&1 | tee test2.out

echo 'Running Test 3 ** Results stored in test'
../bin/validation-v8 -f 1f1t.pdb -l -adit -public 2>&1 | tee test3.out

echo 'Running Test 4 ** Results stored in test'
../bin/validation-v8 -f 1f6c.pdb -l -adit -public 2>&1 | tee test4.out

echo 'Running Test 5 ** Results stored in test'
../bin/validation-v8 -f 1f6i.pdb -l -adit -public 2>&1 | tee test5.out

echo 'Running Test 6 ** Results stored in test'
../bin/validation-v8 -f 1fd5.cif -l -adit -public -o 2 -exchange 2>&1 | tee test6.out

echo 'Running Test 7 ** Results stored in test'
../bin/validation-v8 -f 1fdg.cif -l -adit -public -o 2 -exchange 2>&1 | tee test7.out

echo 'Running Test 8 ** Results stored in test'
../bin/validation-v8 -f 1fix.cif -l -adit -public -o 2 -exchange 2>&1 | tee test8.out

echo 'Running Test 9 ** Results stored in test'
../bin/validation-v8 -f 1fms.cif -l -adit -public -o 2 -exchange 2>&1 | tee test9.out

echo 'Running Test 10 ** Results stored in test'
../bin/validation-v8 -f 1fn1.cif -l -adit -public -o 2 -exchange 2>&1 | tee test10.out

