From fae87398f6c22a810e5e7566c67b2bdb35a4451a Mon Sep 17 00:00:00 2001 From: dperry <devnull@localhost> Date: Thu, 10 Mar 2011 22:35:46 +0000 Subject: [PATCH] File that only tests font creation. --- rtest/font_tests.txt | 77 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 rtest/font_tests.txt diff --git a/rtest/font_tests.txt b/rtest/font_tests.txt new file mode 100644 index 000000000..6f0f77504 --- /dev/null +++ b/rtest/font_tests.txt @@ -0,0 +1,77 @@ +# Graphviz test suite +# Tests are separated by blank or comment lines. +# Tests have the following syntax: +# testname +# Test input (one-line graph or name of .gv file or =) +# In the last case, the input file is taken as testname.gv +# One or more subtests of the form: +# layout_alg output_format additional_flags +# +# For example, the test +# Shapes +# shapes.gv +# dot ps +# neato png "-Gsize=3,3 -Ncolor=red" +# specifies the "shapes" test, using shapes.gv as input, and +# run "dot -Tps" and "neato -Tpng -Gsize=3,3 -Ncolor=red" on the input. + +AvantGarde += +dot png +dot ps + +Bookman += +dot png +dot ps + +Courier += +dot png +dot ps + +Helvetica += +dot png +dot ps + +NewCenturySchlbk += +dot png +dot ps + +Palatino += +dot png +dot ps + + +Symbol += +dot png + + +Times += +dot png +dot ps + +ZapfChancery += +dot png +dot ps + +ZapfDingbats += +dot png +dot ps + +japanese += +dot png + +russian += +dot png + + -- 2.40.0