Daniel Llorens 7e591cad0b Remove generated files 10 年之前
..
Makefile.am 798e4231dd Initial import from plotutils-2.6 13 年之前
README 798e4231dd Initial import from plotutils-2.6 13 年之前
graph.test 798e4231dd Initial import from plotutils-2.6 13 年之前
graph.xout 798e4231dd Initial import from plotutils-2.6 13 年之前
ode.test 798e4231dd Initial import from plotutils-2.6 13 年之前
ode.xout 798e4231dd Initial import from plotutils-2.6 13 年之前
pic2plot.test 798e4231dd Initial import from plotutils-2.6 13 年之前
pic2plot.xout 798e4231dd Initial import from plotutils-2.6 13 年之前
plot2cgm.test 798e4231dd Initial import from plotutils-2.6 13 年之前
plot2cgm.xout 798e4231dd Initial import from plotutils-2.6 13 年之前
plot2fig.test 798e4231dd Initial import from plotutils-2.6 13 年之前
plot2fig.xout 798e4231dd Initial import from plotutils-2.6 13 年之前
plot2hpgl.test 798e4231dd Initial import from plotutils-2.6 13 年之前
plot2hpgl.xout 798e4231dd Initial import from plotutils-2.6 13 年之前
plot2hpgl.yout 798e4231dd Initial import from plotutils-2.6 13 年之前
plot2pcl.test 798e4231dd Initial import from plotutils-2.6 13 年之前
plot2pcl.xout 798e4231dd Initial import from plotutils-2.6 13 年之前
plot2pcl.yout 798e4231dd Initial import from plotutils-2.6 13 年之前
plot2plot.test 798e4231dd Initial import from plotutils-2.6 13 年之前
plot2plot.xout 798e4231dd Initial import from plotutils-2.6 13 年之前
plot2ps.test 798e4231dd Initial import from plotutils-2.6 13 年之前
plot2ps.xout 798e4231dd Initial import from plotutils-2.6 13 年之前
plot2svg.test 798e4231dd Initial import from plotutils-2.6 13 年之前
plot2svg.xout 798e4231dd Initial import from plotutils-2.6 13 年之前
sample.pic 798e4231dd Initial import from plotutils-2.6 13 年之前
spline.test 798e4231dd Initial import from plotutils-2.6 13 年之前
spline.xout 798e4231dd Initial import from plotutils-2.6 13 年之前
tek2plot.test 798e4231dd Initial import from plotutils-2.6 13 年之前
tek2plot.xout 798e4231dd Initial import from plotutils-2.6 13 年之前

README

This directory contains the files needed for validation tests of several of
the plot utilities. The tests are run by doing `make check'.

The `plot2fig' validation test has been observed to fail on MS-DOS and NeXT
machines, due to incorrect formatting of floating-point numbers. If any of
the other tests should fail, please report it.

HOW THE TESTS ARE DONE

Each .test script generates a .out output file, which is compared with the
corresponding .xout (`expected output') file. If there are any significant
differences, the test fails.

Most of the generated .out files are translations of the file `graph.xout'
to other graphics formats. The file `graph.xout' is in the portable
(human-readable) variant of GNU Metafile format. You may view it in a
popped-up X window, if you are interested, by doing `plot -TX graph.xout'.

SPECIAL FEATURES

The plot2pcl.test script compares the generated output against either
plot2pcl.xout or plot2pcl.yout. The latter is used if the
`--enable-ps-fonts-in-pcl' option was passed to `configure'. In that case
a different comparison file is needed, because `--enable-ps-fonts-in-pcl'
allows the output from `plot -Tpcl' to contain any of the 35 PS fonts, such
as Times-Roman.

The comparison performed by plot2hpgl.test is similar.