README 1.2 KB

1234567891011121314151617181920212223242526272829
  1. This directory contains the files needed for validation tests of several of
  2. the plot utilities. The tests are run by doing `make check'.
  3. The `plot2fig' validation test has been observed to fail on MS-DOS and NeXT
  4. machines, due to incorrect formatting of floating-point numbers. If any of
  5. the other tests should fail, please report it.
  6. HOW THE TESTS ARE DONE
  7. Each .test script generates a .out output file, which is compared with the
  8. corresponding .xout (`expected output') file. If there are any significant
  9. differences, the test fails.
  10. Most of the generated .out files are translations of the file `graph.xout'
  11. to other graphics formats. The file `graph.xout' is in the portable
  12. (human-readable) variant of GNU Metafile format. You may view it in a
  13. popped-up X window, if you are interested, by doing `plot -TX graph.xout'.
  14. SPECIAL FEATURES
  15. The plot2pcl.test script compares the generated output against either
  16. plot2pcl.xout or plot2pcl.yout. The latter is used if the
  17. `--enable-ps-fonts-in-pcl' option was passed to `configure'. In that case
  18. a different comparison file is needed, because `--enable-ps-fonts-in-pcl'
  19. allows the output from `plot -Tpcl' to contain any of the 35 PS fonts, such
  20. as Times-Roman.
  21. The comparison performed by plot2hpgl.test is similar.