1 2 3 4 5 6 7 8 9 10 11 12
|
RunTests.sh contains tests for the correct functioning of msort. In each case,
test on the data in the .data file should generate the corresponding .norm file.
If the .result file is the same as the .norm file, the test is successful.
StylisticTest01 uses Hebrew presentation forms because these exercise
the stylistic transformation in the most rigorous way since, unlike
the other stylistic transformations, they require storage reallocation.
To execute the tests, just type "make" or "make test".
The results of the tests are logged in the file TestResults.
"make clean" will remove the result files.
|