TEST SCRIPTS WITHIN SPR CONTENTS [1]To run the current test script [2]To create a new test script In order to keep the scripts simple and to allow us to refer to local files within the test script, we have a simple mechanism for test scripts. To run the current test script just do batch z:\test\main.bat from SPR miner To create a new test script ... just follow my example below: I wanted to create a tester for the "join" command. join is in dset, so the first thing I did was go to the z:\test\dset\dset.bat file and add the following two lines: cd z:\test\dset\join batch join.bat Then, in the directory z:\test\dset\join I created whatever example datafiles I wanted and also put in the new testing batch file join.bat This is how we'll do testing. References 1. file://localhost/afs/cs.cmu.edu/project/learn/group/doc/sprtest.html#0 2. file://localhost/afs/cs.cmu.edu/project/learn/group/doc/sprtest.html#1