CONTENTS
To run the current test script
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
... 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.