]> granicus.if.org Git - graphviz/commit
unify tests/ and rtest/
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 5 May 2022 02:27:04 +0000 (19:27 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 5 May 2022 02:27:04 +0000 (19:27 -0700)
commit0e19cdb9bff60fdeb1942f5dca677db9d8a24062
treedd0fed6f49fb0ef673af1057a1fbfc3d57eae668
parent3c477b1ce5186b2f35ffa1a7bd8e8fe642d960cb
unify tests/ and rtest/

For a long time, there has been confusion in the source tree with tests/ and
rtest/ each containing part of the test suite. These were initially distinct,
but over time files in tests/ have begun importing or referring to sources in
rtest/. This has been a common point of confusion for newcomers to the project:
tests/ is the logical place the test suite should live, so they run that, but
then discover it is not the full test suite.

The diff for this commit is large, so it is challenging to see that it is not a
complex change:

  1. Merge rtest/Makefile.am into tests/Makefile.am

  2. `git mv rtest/* tests/*`

  3. Adjust all Pytest invocations from `… ci/tests.py rtest tests` to
     `… ci/tests.py tests`

  4. Adjust all other references to rtest/ to tests/ (e.g. .gitignore)

Now seems to be a brief period of calm when edits to the test suite are not
in-flight, so we have less chance of a painful merge conflict. The problem of a
large part of the rtest/rtest.py suite being disabled remains and is not
affected by this commit.
1056 files changed:
.gitignore
.gitlab-ci.yml
Makefile.am
ci/clang_format.py
ci/mingw-test.sh
ci/tests.py
configure.ac
rtest/Makefile.am [deleted file]
tests/1221.dot [moved from rtest/1221.dot with 100% similarity]
tests/1314.dot [moved from rtest/1314.dot with 100% similarity]
tests/14.dot [moved from rtest/14.dot with 100% similarity]
tests/1408.dot [moved from rtest/1408.dot with 100% similarity]
tests/1411.dot [moved from rtest/1411.dot with 100% similarity]
tests/1436.dot [moved from rtest/1436.dot with 100% similarity]
tests/1444-2.dot [moved from rtest/1444-2.dot with 100% similarity]
tests/1444.dot [moved from rtest/1444.dot with 100% similarity]
tests/144_no_ortho.dot [moved from rtest/144_no_ortho.dot with 100% similarity]
tests/144_ortho.dot [moved from rtest/144_ortho.dot with 100% similarity]
tests/1594.gvpr [moved from rtest/1594.gvpr with 100% similarity]
tests/165.dot [moved from rtest/165.dot with 100% similarity]
tests/1658.dot [moved from rtest/1658.dot with 100% similarity]
tests/165_2.dot [moved from rtest/165_2.dot with 100% similarity]
tests/165_3.dot [moved from rtest/165_3.dot with 100% similarity]
tests/167.dot [moved from rtest/167.dot with 100% similarity]
tests/1676.dot [moved from rtest/1676.dot with 100% similarity]
tests/1724.dot [moved from rtest/1724.dot with 100% similarity]
tests/1767.c [moved from rtest/1767.c with 100% similarity]
tests/1767.dot [moved from rtest/1767.dot with 100% similarity]
tests/1783.dot [moved from rtest/1783.dot with 100% similarity]
tests/1845.dot [moved from rtest/1845.dot with 100% similarity]
tests/1855.dot [moved from rtest/1855.dot with 100% similarity]
tests/1856.dot [moved from rtest/1856.dot with 100% similarity]
tests/1865.dot [moved from rtest/1865.dot with 100% similarity]
tests/1869-1.gml [moved from rtest/1869-1.gml with 100% similarity]
tests/1869-2.gml [moved from rtest/1869-2.gml with 100% similarity]
tests/1879.dot [moved from rtest/1879.dot with 100% similarity]
tests/1879.png [moved from rtest/1879.png with 100% similarity]
tests/1880.dot [moved from rtest/1880.dot with 100% similarity]
tests/1898.dot [moved from rtest/1898.dot with 100% similarity]
tests/1902.dot [moved from rtest/1902.dot with 100% similarity]
tests/1909.dot [moved from rtest/1909.dot with 100% similarity]
tests/1909.gvpr [moved from rtest/1909.gvpr with 100% similarity]
tests/1910.c [moved from rtest/1910.c with 100% similarity]
tests/1990.dot [moved from rtest/1990.dot with 100% similarity]
tests/2057.c [moved from rtest/2057.c with 100% similarity]
tests/2082.dot [moved from rtest/2082.dot with 100% similarity]
tests/2089.c [moved from rtest/2089.c with 100% similarity]
tests/2095.dot [moved from rtest/2095.dot with 100% similarity]
tests/2138.gvpr [moved from rtest/2138.gvpr with 100% similarity]
tests/2184.dot [moved from rtest/2184.dot with 100% similarity]
tests/2185.gvpr [moved from rtest/2185.gvpr with 100% similarity]
tests/2193.dot [moved from rtest/2193.dot with 100% similarity]
tests/2211.gvpr [moved from rtest/2211.gvpr with 100% similarity]
tests/2225.dot [moved from rtest/2225.dot with 100% similarity]
tests/56.dot [moved from rtest/56.dot with 100% similarity]
tests/Makefile.am
tests/check-package-version.c [moved from rtest/check-package-version.c with 100% similarity]
tests/dotdiff [moved from rtest/dotdiff with 100% similarity]
tests/doted [moved from rtest/doted with 100% similarity]
tests/edgepath_test.txt [moved from rtest/edgepath_test.txt with 100% similarity]
tests/generate_graph.py [moved from rtest/generate_graph.py with 100% similarity]
tests/gradient_test.txt [moved from rtest/gradient_test.txt with 100% similarity]
tests/graphs/AvantGarde.gv [moved from rtest/graphs/AvantGarde.gv with 100% similarity]
tests/graphs/Bookman.gv [moved from rtest/graphs/Bookman.gv with 100% similarity]
tests/graphs/ER.gv [moved from rtest/graphs/ER.gv with 100% similarity]
tests/graphs/Heawood.gv [moved from rtest/graphs/Heawood.gv with 100% similarity]
tests/graphs/Helvetica.gv [moved from rtest/graphs/Helvetica.gv with 100% similarity]
tests/graphs/KW91.gv [moved from rtest/graphs/KW91.gv with 100% similarity]
tests/graphs/Latin1.gv [moved from rtest/graphs/Latin1.gv with 100% similarity]
tests/graphs/Makefile.am [moved from rtest/graphs/Makefile.am with 100% similarity]
tests/graphs/NaN.gv [moved from rtest/graphs/NaN.gv with 100% similarity]
tests/graphs/NewCenturySchlbk.gv [moved from rtest/graphs/NewCenturySchlbk.gv with 100% similarity]
tests/graphs/Palatino.gv [moved from rtest/graphs/Palatino.gv with 100% similarity]
tests/graphs/Petersen.gv [moved from rtest/graphs/Petersen.gv with 100% similarity]
tests/graphs/Symbol.gv [moved from rtest/graphs/Symbol.gv with 100% similarity]
tests/graphs/Times.gv [moved from rtest/graphs/Times.gv with 100% similarity]
tests/graphs/ZapfChancery.gv [moved from rtest/graphs/ZapfChancery.gv with 100% similarity]
tests/graphs/ZapfDingbats.gv [moved from rtest/graphs/ZapfDingbats.gv with 100% similarity]
tests/graphs/a.gv [moved from rtest/graphs/a.gv with 100% similarity]
tests/graphs/abstract.gv [moved from rtest/graphs/abstract.gv with 100% similarity]
tests/graphs/alf.gv [moved from rtest/graphs/alf.gv with 100% similarity]
tests/graphs/arrows.gv [moved from rtest/graphs/arrows.gv with 100% similarity]
tests/graphs/arrowsize.gv [moved from rtest/graphs/arrowsize.gv with 100% similarity]
tests/graphs/awilliams.gv [moved from rtest/graphs/awilliams.gv with 100% similarity]
tests/graphs/b.gv [moved from rtest/graphs/b.gv with 100% similarity]
tests/graphs/b100.gv [moved from rtest/graphs/b100.gv with 100% similarity]
tests/graphs/b102.gv [moved from rtest/graphs/b102.gv with 100% similarity]
tests/graphs/b103.gv [moved from rtest/graphs/b103.gv with 100% similarity]
tests/graphs/b104.gv [moved from rtest/graphs/b104.gv with 100% similarity]
tests/graphs/b106.gv [moved from rtest/graphs/b106.gv with 100% similarity]
tests/graphs/b117.gv [moved from rtest/graphs/b117.gv with 100% similarity]
tests/graphs/b123.gv [moved from rtest/graphs/b123.gv with 100% similarity]
tests/graphs/b124.gv [moved from rtest/graphs/b124.gv with 100% similarity]
tests/graphs/b135.gv [moved from rtest/graphs/b135.gv with 100% similarity]
tests/graphs/b143.gv [moved from rtest/graphs/b143.gv with 100% similarity]
tests/graphs/b145.gv [moved from rtest/graphs/b145.gv with 100% similarity]
tests/graphs/b146.gv [moved from rtest/graphs/b146.gv with 100% similarity]
tests/graphs/b15.gv [moved from rtest/graphs/b15.gv with 100% similarity]
tests/graphs/b155.gv [moved from rtest/graphs/b155.gv with 100% similarity]
tests/graphs/b22.gv [moved from rtest/graphs/b22.gv with 100% similarity]
tests/graphs/b29.gv [moved from rtest/graphs/b29.gv with 100% similarity]
tests/graphs/b3.gv [moved from rtest/graphs/b3.gv with 100% similarity]
tests/graphs/b33.gv [moved from rtest/graphs/b33.gv with 100% similarity]
tests/graphs/b34.gv [moved from rtest/graphs/b34.gv with 100% similarity]
tests/graphs/b36.gv [moved from rtest/graphs/b36.gv with 100% similarity]
tests/graphs/b491.gv [moved from rtest/graphs/b491.gv with 100% similarity]
tests/graphs/b51.gv [moved from rtest/graphs/b51.gv with 100% similarity]
tests/graphs/b53.gv [moved from rtest/graphs/b53.gv with 100% similarity]
tests/graphs/b545.gv [moved from rtest/graphs/b545.gv with 100% similarity]
tests/graphs/b56.gv [moved from rtest/graphs/b56.gv with 100% similarity]
tests/graphs/b57.gv [moved from rtest/graphs/b57.gv with 100% similarity]
tests/graphs/b58.gv [moved from rtest/graphs/b58.gv with 100% similarity]
tests/graphs/b60.gv [moved from rtest/graphs/b60.gv with 100% similarity]
tests/graphs/b62.gv [moved from rtest/graphs/b62.gv with 100% similarity]
tests/graphs/b68.gv [moved from rtest/graphs/b68.gv with 100% similarity]
tests/graphs/b69.gv [moved from rtest/graphs/b69.gv with 100% similarity]
tests/graphs/b7.gv [moved from rtest/graphs/b7.gv with 100% similarity]
tests/graphs/b71.gv [moved from rtest/graphs/b71.gv with 100% similarity]
tests/graphs/b73.gv [moved from rtest/graphs/b73.gv with 100% similarity]
tests/graphs/b73a.gv [moved from rtest/graphs/b73a.gv with 100% similarity]
tests/graphs/b76.gv [moved from rtest/graphs/b76.gv with 100% similarity]
tests/graphs/b77.gv [moved from rtest/graphs/b77.gv with 100% similarity]
tests/graphs/b786.gv [moved from rtest/graphs/b786.gv with 100% similarity]
tests/graphs/b79.gv [moved from rtest/graphs/b79.gv with 100% similarity]
tests/graphs/b80.gv [moved from rtest/graphs/b80.gv with 100% similarity]
tests/graphs/b80a.gv [moved from rtest/graphs/b80a.gv with 100% similarity]
tests/graphs/b81.gv [moved from rtest/graphs/b81.gv with 100% similarity]
tests/graphs/b85.gv [moved from rtest/graphs/b85.gv with 100% similarity]
tests/graphs/b94.gv [moved from rtest/graphs/b94.gv with 100% similarity]
tests/graphs/b993.gv [moved from rtest/graphs/b993.gv with 100% similarity]
tests/graphs/bad.gv [moved from rtest/graphs/bad.gv with 100% similarity]
tests/graphs/badvoro.gv [moved from rtest/graphs/badvoro.gv with 100% similarity]
tests/graphs/big.gv [moved from rtest/graphs/big.gv with 100% similarity]
tests/graphs/biglabel.gv [moved from rtest/graphs/biglabel.gv with 100% similarity]
tests/graphs/cairo.gv [moved from rtest/graphs/cairo.gv with 100% similarity]
tests/graphs/center.gv [moved from rtest/graphs/center.gv with 100% similarity]
tests/graphs/clover.gv [moved from rtest/graphs/clover.gv with 100% similarity]
tests/graphs/clust.gv [moved from rtest/graphs/clust.gv with 100% similarity]
tests/graphs/clust1.gv [moved from rtest/graphs/clust1.gv with 100% similarity]
tests/graphs/clust2.gv [moved from rtest/graphs/clust2.gv with 100% similarity]
tests/graphs/clust3.gv [moved from rtest/graphs/clust3.gv with 100% similarity]
tests/graphs/clust4.gv [moved from rtest/graphs/clust4.gv with 100% similarity]
tests/graphs/clust5.gv [moved from rtest/graphs/clust5.gv with 100% similarity]
tests/graphs/clusters.gv [moved from rtest/graphs/clusters.gv with 100% similarity]
tests/graphs/clustlabel.gv [moved from rtest/graphs/clustlabel.gv with 100% similarity]
tests/graphs/color.gv [moved from rtest/graphs/color.gv with 100% similarity]
tests/graphs/colors.gv [moved from rtest/graphs/colors.gv with 100% similarity]
tests/graphs/colorscheme.gv [moved from rtest/graphs/colorscheme.gv with 100% similarity]
tests/graphs/compound.gv [moved from rtest/graphs/compound.gv with 100% similarity]
tests/graphs/crazy.gv [moved from rtest/graphs/crazy.gv with 100% similarity]
tests/graphs/ctext.gv [moved from rtest/graphs/ctext.gv with 100% similarity]
tests/graphs/d.gv [moved from rtest/graphs/d.gv with 100% similarity]
tests/graphs/dd.gv [moved from rtest/graphs/dd.gv with 100% similarity]
tests/graphs/decorate.gv [moved from rtest/graphs/decorate.gv with 100% similarity]
tests/graphs/dfa.gv [moved from rtest/graphs/dfa.gv with 100% similarity]
tests/graphs/dfd.ps [moved from rtest/graphs/dfd.ps with 100% similarity]
tests/graphs/dice.ps [moved from rtest/graphs/dice.ps with 100% similarity]
tests/graphs/dir.gv [moved from rtest/graphs/dir.gv with 100% similarity]
tests/graphs/dpd.gv [moved from rtest/graphs/dpd.gv with 100% similarity]
tests/graphs/edgeclip.gv [moved from rtest/graphs/edgeclip.gv with 100% similarity]
tests/graphs/fdp.gv [moved from rtest/graphs/fdp.gv with 100% similarity]
tests/graphs/fig6.gv [moved from rtest/graphs/fig6.gv with 100% similarity]
tests/graphs/flatedge.gv [moved from rtest/graphs/flatedge.gv with 100% similarity]
tests/graphs/fsm.gv [moved from rtest/graphs/fsm.gv with 100% similarity]
tests/graphs/grammar.gv [moved from rtest/graphs/grammar.gv with 100% similarity]
tests/graphs/grdangles.gv [moved from rtest/graphs/grdangles.gv with 100% similarity]
tests/graphs/grdcluster.gv [moved from rtest/graphs/grdcluster.gv with 100% similarity]
tests/graphs/grdcolors.gv [moved from rtest/graphs/grdcolors.gv with 100% similarity]
tests/graphs/grdfillcolor.gv [moved from rtest/graphs/grdfillcolor.gv with 100% similarity]
tests/graphs/grdlinear.gv [moved from rtest/graphs/grdlinear.gv with 100% similarity]
tests/graphs/grdlinear_angle.gv [moved from rtest/graphs/grdlinear_angle.gv with 100% similarity]
tests/graphs/grdlinear_node.gv [moved from rtest/graphs/grdlinear_node.gv with 100% similarity]
tests/graphs/grdradial.gv [moved from rtest/graphs/grdradial.gv with 100% similarity]
tests/graphs/grdradial_angle.gv [moved from rtest/graphs/grdradial_angle.gv with 100% similarity]
tests/graphs/grdradial_node.gv [moved from rtest/graphs/grdradial_node.gv with 100% similarity]
tests/graphs/grdshapes.gv [moved from rtest/graphs/grdshapes.gv with 100% similarity]
tests/graphs/hashtable.gv [moved from rtest/graphs/hashtable.gv with 100% similarity]
tests/graphs/honda-tokoro.gv [moved from rtest/graphs/honda-tokoro.gv with 100% similarity]
tests/graphs/html.gv [moved from rtest/graphs/html.gv with 100% similarity]
tests/graphs/html2.gv [moved from rtest/graphs/html2.gv with 100% similarity]
tests/graphs/in.gv [moved from rtest/graphs/in.gv with 100% similarity]
tests/graphs/inv_inv.gv [moved from rtest/graphs/inv_inv.gv with 100% similarity]
tests/graphs/inv_nul.gv [moved from rtest/graphs/inv_nul.gv with 100% similarity]
tests/graphs/inv_val.gv [moved from rtest/graphs/inv_val.gv with 100% similarity]
tests/graphs/japanese.gv [moved from rtest/graphs/japanese.gv with 100% similarity]
tests/graphs/jcctree.gv [moved from rtest/graphs/jcctree.gv with 100% similarity]
tests/graphs/jcr.gif [moved from rtest/graphs/jcr.gif with 100% similarity]
tests/graphs/jsort.gv [moved from rtest/graphs/jsort.gv with 100% similarity]
tests/graphs/labelclust-fbc.gv [moved from rtest/graphs/labelclust-fbc.gv with 100% similarity]
tests/graphs/labelclust-fbd.gv [moved from rtest/graphs/labelclust-fbd.gv with 100% similarity]
tests/graphs/labelclust-fbl.gv [moved from rtest/graphs/labelclust-fbl.gv with 100% similarity]
tests/graphs/labelclust-fbr.gv [moved from rtest/graphs/labelclust-fbr.gv with 100% similarity]
tests/graphs/labelclust-fdc.gv [moved from rtest/graphs/labelclust-fdc.gv with 100% similarity]
tests/graphs/labelclust-fdd.gv [moved from rtest/graphs/labelclust-fdd.gv with 100% similarity]
tests/graphs/labelclust-fdl.gv [moved from rtest/graphs/labelclust-fdl.gv with 100% similarity]
tests/graphs/labelclust-fdr.gv [moved from rtest/graphs/labelclust-fdr.gv with 100% similarity]
tests/graphs/labelclust-ftc.gv [moved from rtest/graphs/labelclust-ftc.gv with 100% similarity]
tests/graphs/labelclust-ftd.gv [moved from rtest/graphs/labelclust-ftd.gv with 100% similarity]
tests/graphs/labelclust-ftl.gv [moved from rtest/graphs/labelclust-ftl.gv with 100% similarity]
tests/graphs/labelclust-ftr.gv [moved from rtest/graphs/labelclust-ftr.gv with 100% similarity]
tests/graphs/labelclust-nbc.gv [moved from rtest/graphs/labelclust-nbc.gv with 100% similarity]
tests/graphs/labelclust-nbd.gv [moved from rtest/graphs/labelclust-nbd.gv with 100% similarity]
tests/graphs/labelclust-nbl.gv [moved from rtest/graphs/labelclust-nbl.gv with 100% similarity]
tests/graphs/labelclust-nbr.gv [moved from rtest/graphs/labelclust-nbr.gv with 100% similarity]
tests/graphs/labelclust-ndc.gv [moved from rtest/graphs/labelclust-ndc.gv with 100% similarity]
tests/graphs/labelclust-ndd.gv [moved from rtest/graphs/labelclust-ndd.gv with 100% similarity]
tests/graphs/labelclust-ndl.gv [moved from rtest/graphs/labelclust-ndl.gv with 100% similarity]
tests/graphs/labelclust-ndr.gv [moved from rtest/graphs/labelclust-ndr.gv with 100% similarity]
tests/graphs/labelclust-ntc.gv [moved from rtest/graphs/labelclust-ntc.gv with 100% similarity]
tests/graphs/labelclust-ntd.gv [moved from rtest/graphs/labelclust-ntd.gv with 100% similarity]
tests/graphs/labelclust-ntl.gv [moved from rtest/graphs/labelclust-ntl.gv with 100% similarity]
tests/graphs/labelclust-ntr.gv [moved from rtest/graphs/labelclust-ntr.gv with 100% similarity]
tests/graphs/labelroot-fbc.gv [moved from rtest/graphs/labelroot-fbc.gv with 100% similarity]
tests/graphs/labelroot-fbd.gv [moved from rtest/graphs/labelroot-fbd.gv with 100% similarity]
tests/graphs/labelroot-fbl.gv [moved from rtest/graphs/labelroot-fbl.gv with 100% similarity]
tests/graphs/labelroot-fbr.gv [moved from rtest/graphs/labelroot-fbr.gv with 100% similarity]
tests/graphs/labelroot-fdc.gv [moved from rtest/graphs/labelroot-fdc.gv with 100% similarity]
tests/graphs/labelroot-fdd.gv [moved from rtest/graphs/labelroot-fdd.gv with 100% similarity]
tests/graphs/labelroot-fdl.gv [moved from rtest/graphs/labelroot-fdl.gv with 100% similarity]
tests/graphs/labelroot-fdr.gv [moved from rtest/graphs/labelroot-fdr.gv with 100% similarity]
tests/graphs/labelroot-ftc.gv [moved from rtest/graphs/labelroot-ftc.gv with 100% similarity]
tests/graphs/labelroot-ftd.gv [moved from rtest/graphs/labelroot-ftd.gv with 100% similarity]
tests/graphs/labelroot-ftl.gv [moved from rtest/graphs/labelroot-ftl.gv with 100% similarity]
tests/graphs/labelroot-ftr.gv [moved from rtest/graphs/labelroot-ftr.gv with 100% similarity]
tests/graphs/labelroot-nbc.gv [moved from rtest/graphs/labelroot-nbc.gv with 100% similarity]
tests/graphs/labelroot-nbd.gv [moved from rtest/graphs/labelroot-nbd.gv with 100% similarity]
tests/graphs/labelroot-nbl.gv [moved from rtest/graphs/labelroot-nbl.gv with 100% similarity]
tests/graphs/labelroot-nbr.gv [moved from rtest/graphs/labelroot-nbr.gv with 100% similarity]
tests/graphs/labelroot-ndc.gv [moved from rtest/graphs/labelroot-ndc.gv with 100% similarity]
tests/graphs/labelroot-ndd.gv [moved from rtest/graphs/labelroot-ndd.gv with 100% similarity]
tests/graphs/labelroot-ndl.gv [moved from rtest/graphs/labelroot-ndl.gv with 100% similarity]
tests/graphs/labelroot-ndr.gv [moved from rtest/graphs/labelroot-ndr.gv with 100% similarity]
tests/graphs/labelroot-ntc.gv [moved from rtest/graphs/labelroot-ntc.gv with 100% similarity]
tests/graphs/labelroot-ntd.gv [moved from rtest/graphs/labelroot-ntd.gv with 100% similarity]
tests/graphs/labelroot-ntl.gv [moved from rtest/graphs/labelroot-ntl.gv with 100% similarity]
tests/graphs/labelroot-ntr.gv [moved from rtest/graphs/labelroot-ntr.gv with 100% similarity]
tests/graphs/layer.gv [moved from rtest/graphs/layer.gv with 100% similarity]
tests/graphs/layer2.gv [moved from rtest/graphs/layer2.gv with 100% similarity]
tests/graphs/layers.gv [moved from rtest/graphs/layers.gv with 100% similarity]
tests/graphs/ldbxtried.gv [moved from rtest/graphs/ldbxtried.gv with 100% similarity]
tests/graphs/longflat.gv [moved from rtest/graphs/longflat.gv with 100% similarity]
tests/graphs/lsunix1.gv [moved from rtest/graphs/lsunix1.gv with 100% similarity]
tests/graphs/lsunix2.gv [moved from rtest/graphs/lsunix2.gv with 100% similarity]
tests/graphs/lsunix3.gv [moved from rtest/graphs/lsunix3.gv with 100% similarity]
tests/graphs/mike.gv [moved from rtest/graphs/mike.gv with 100% similarity]
tests/graphs/mode.gv [moved from rtest/graphs/mode.gv with 100% similarity]
tests/graphs/multi.gv [moved from rtest/graphs/multi.gv with 100% similarity]
tests/graphs/nestedclust.gv [moved from rtest/graphs/nestedclust.gv with 100% similarity]
tests/graphs/newarrows.gv [moved from rtest/graphs/newarrows.gv with 100% similarity]
tests/graphs/ngk10_4.gv [moved from rtest/graphs/ngk10_4.gv with 100% similarity]
tests/graphs/nhg.gv [moved from rtest/graphs/nhg.gv with 100% similarity]
tests/graphs/nojustify.gv [moved from rtest/graphs/nojustify.gv with 100% similarity]
tests/graphs/nul_inv.gv [moved from rtest/graphs/nul_inv.gv with 100% similarity]
tests/graphs/nul_nul.gv [moved from rtest/graphs/nul_nul.gv with 100% similarity]
tests/graphs/nul_val.gv [moved from rtest/graphs/nul_val.gv with 100% similarity]
tests/graphs/ordering.gv [moved from rtest/graphs/ordering.gv with 100% similarity]
tests/graphs/overlap.gv [moved from rtest/graphs/overlap.gv with 100% similarity]
tests/graphs/p.gv [moved from rtest/graphs/p.gv with 100% similarity]
tests/graphs/p2.gv [moved from rtest/graphs/p2.gv with 100% similarity]
tests/graphs/p3.gv [moved from rtest/graphs/p3.gv with 100% similarity]
tests/graphs/p4.gv [moved from rtest/graphs/p4.gv with 100% similarity]
tests/graphs/pack.gv [moved from rtest/graphs/pack.gv with 100% similarity]
tests/graphs/pgram.gv [moved from rtest/graphs/pgram.gv with 100% similarity]
tests/graphs/pm2way.gv [moved from rtest/graphs/pm2way.gv with 100% similarity]
tests/graphs/pmpipe.gv [moved from rtest/graphs/pmpipe.gv with 100% similarity]
tests/graphs/polypoly.gv [moved from rtest/graphs/polypoly.gv with 100% similarity]
tests/graphs/ports.gv [moved from rtest/graphs/ports.gv with 100% similarity]
tests/graphs/proc3d.gv [moved from rtest/graphs/proc3d.gv with 100% similarity]
tests/graphs/process.gv [moved from rtest/graphs/process.gv with 100% similarity]
tests/graphs/ps.gv [moved from rtest/graphs/ps.gv with 100% similarity]
tests/graphs/ps_user_shapes.gv [moved from rtest/graphs/ps_user_shapes.gv with 100% similarity]
tests/graphs/pslib.gv [moved from rtest/graphs/pslib.gv with 100% similarity]
tests/graphs/rd_rules.gv [moved from rtest/graphs/rd_rules.gv with 100% similarity]
tests/graphs/record.gv [moved from rtest/graphs/record.gv with 100% similarity]
tests/graphs/record2.gv [moved from rtest/graphs/record2.gv with 100% similarity]
tests/graphs/records.gv [moved from rtest/graphs/records.gv with 100% similarity]
tests/graphs/root.gv [moved from rtest/graphs/root.gv with 100% similarity]
tests/graphs/rootlabel.gv [moved from rtest/graphs/rootlabel.gv with 100% similarity]
tests/graphs/rowcolsep.gv [moved from rtest/graphs/rowcolsep.gv with 100% similarity]
tests/graphs/rowe.gv [moved from rtest/graphs/rowe.gv with 100% similarity]
tests/graphs/russian.gv [moved from rtest/graphs/russian.gv with 100% similarity]
tests/graphs/sb_box.gv [moved from rtest/graphs/sb_box.gv with 100% similarity]
tests/graphs/sb_box_dbl.gv [moved from rtest/graphs/sb_box_dbl.gv with 100% similarity]
tests/graphs/sb_circle.gv [moved from rtest/graphs/sb_circle.gv with 100% similarity]
tests/graphs/sb_circle_dbl.gv [moved from rtest/graphs/sb_circle_dbl.gv with 100% similarity]
tests/graphs/sdl.ps [moved from rtest/graphs/sdl.ps with 100% similarity]
tests/graphs/shapes.gv [moved from rtest/graphs/shapes.gv with 100% similarity]
tests/graphs/shells.gv [moved from rtest/graphs/shells.gv with 100% similarity]
tests/graphs/sides.gv [moved from rtest/graphs/sides.gv with 100% similarity]
tests/graphs/size.gv [moved from rtest/graphs/size.gv with 100% similarity]
tests/graphs/sl_box.gv [moved from rtest/graphs/sl_box.gv with 100% similarity]
tests/graphs/sl_box_dbl.gv [moved from rtest/graphs/sl_box_dbl.gv with 100% similarity]
tests/graphs/sl_circle.gv [moved from rtest/graphs/sl_circle.gv with 100% similarity]
tests/graphs/sl_circle_dbl.gv [moved from rtest/graphs/sl_circle_dbl.gv with 100% similarity]
tests/graphs/sq_rules.gv [moved from rtest/graphs/sq_rules.gv with 100% similarity]
tests/graphs/sr_box.gv [moved from rtest/graphs/sr_box.gv with 100% similarity]
tests/graphs/sr_box_dbl.gv [moved from rtest/graphs/sr_box_dbl.gv with 100% similarity]
tests/graphs/sr_circle.gv [moved from rtest/graphs/sr_circle.gv with 100% similarity]
tests/graphs/sr_circle_dbl.gv [moved from rtest/graphs/sr_circle_dbl.gv with 100% similarity]
tests/graphs/st_box.gv [moved from rtest/graphs/st_box.gv with 100% similarity]
tests/graphs/st_box_dbl.gv [moved from rtest/graphs/st_box_dbl.gv with 100% similarity]
tests/graphs/st_circle.gv [moved from rtest/graphs/st_circle.gv with 100% similarity]
tests/graphs/st_circle_dbl.gv [moved from rtest/graphs/st_circle_dbl.gv with 100% similarity]
tests/graphs/states.gv [moved from rtest/graphs/states.gv with 100% similarity]
tests/graphs/structs.gv [moved from rtest/graphs/structs.gv with 100% similarity]
tests/graphs/style.gv [moved from rtest/graphs/style.gv with 100% similarity]
tests/graphs/train11.gv [moved from rtest/graphs/train11.gv with 100% similarity]
tests/graphs/trapeziumlr.gv [moved from rtest/graphs/trapeziumlr.gv with 100% similarity]
tests/graphs/tree.gv [moved from rtest/graphs/tree.gv with 100% similarity]
tests/graphs/triedds.gv [moved from rtest/graphs/triedds.gv with 100% similarity]
tests/graphs/try.gv [moved from rtest/graphs/try.gv with 100% similarity]
tests/graphs/unix.gv [moved from rtest/graphs/unix.gv with 100% similarity]
tests/graphs/unix2.gv [moved from rtest/graphs/unix2.gv with 100% similarity]
tests/graphs/unix2k.gv [moved from rtest/graphs/unix2k.gv with 100% similarity]
tests/graphs/url.gv [moved from rtest/graphs/url.gv with 100% similarity]
tests/graphs/user_shapes.gv [moved from rtest/graphs/user_shapes.gv with 100% similarity]
tests/graphs/val_inv.gv [moved from rtest/graphs/val_inv.gv with 100% similarity]
tests/graphs/val_nul.gv [moved from rtest/graphs/val_nul.gv with 100% similarity]
tests/graphs/val_val.gv [moved from rtest/graphs/val_val.gv with 100% similarity]
tests/graphs/viewfile.gv [moved from rtest/graphs/viewfile.gv with 100% similarity]
tests/graphs/viewport.gv [moved from rtest/graphs/viewport.gv with 100% similarity]
tests/graphs/weight.gv [moved from rtest/graphs/weight.gv with 100% similarity]
tests/graphs/world.gv [moved from rtest/graphs/world.gv with 100% similarity]
tests/graphs/xlabels.gv [moved from rtest/graphs/xlabels.gv with 100% similarity]
tests/graphs/xx.gv [moved from rtest/graphs/xx.gv with 100% similarity]
tests/gvtest.py [moved from rtest/gvtest.py with 100% similarity]
tests/imagepath_test.txt [moved from rtest/imagepath_test.txt with 100% similarity]
tests/imagepath_test/base.gv [moved from rtest/imagepath_test/base.gv with 100% similarity]
tests/imagepath_test/delim.sed [moved from rtest/imagepath_test/delim.sed with 100% similarity]
tests/imagepath_test/gen_graph.sh [moved from rtest/imagepath_test/gen_graph.sh with 100% similarity]
tests/imagepath_test/image.jpg [moved from rtest/imagepath_test/image.jpg with 100% similarity]
tests/imagepath_test/image_dir/image.jpg [moved from rtest/imagepath_test/image_dir/image.jpg with 100% similarity]
tests/imagepath_test/imagepath_dir/image.jpg [moved from rtest/imagepath_test/imagepath_dir/image.jpg with 100% similarity]
tests/imagepath_test/imagepath_test.sh [moved from rtest/imagepath_test/imagepath_test.sh with 100% similarity]
tests/imagepath_test/save_png_files.sh [moved from rtest/imagepath_test/save_png_files.sh with 100% similarity]
tests/imagepath_test/test_cases [moved from rtest/imagepath_test/test_cases with 100% similarity]
tests/linux.i386/ER.gv [moved from rtest/linux.i386/ER.gv with 100% similarity]
tests/linux.i386/ER.ps [moved from rtest/linux.i386/ER.ps with 100% similarity]
tests/linux.i386/b102.gv [moved from rtest/linux.i386/b102.gv with 100% similarity]
tests/linux.i386/b106.gv [moved from rtest/linux.i386/b106.gv with 100% similarity]
tests/linux.i386/b15.png [moved from rtest/linux.i386/b15.png with 100% similarity]
tests/linux.i386/b29.gv [moved from rtest/linux.i386/b29.gv with 100% similarity]
tests/linux.i386/b33.ps [moved from rtest/linux.i386/b33.ps with 100% similarity]
tests/linux.i386/b36.gv [moved from rtest/linux.i386/b36.gv with 100% similarity]
tests/linux.i386/b69.ps [moved from rtest/linux.i386/b69.ps with 100% similarity]
tests/linux.i386/crazy.gv [moved from rtest/linux.i386/crazy.gv with 100% similarity]
tests/linux.i386/crazy.ps [moved from rtest/linux.i386/crazy.ps with 100% similarity]
tests/linux.i386/dfa.gv [moved from rtest/linux.i386/dfa.gv with 100% similarity]
tests/linux.i386/hashtable.gv [moved from rtest/linux.i386/hashtable.gv with 100% similarity]
tests/linux.i386/newarrows.gif [moved from rtest/linux.i386/newarrows.gif with 100% similarity]
tests/linux.x86/AvantGarde_dot.png [moved from rtest/linux.x86/AvantGarde_dot.png with 100% similarity]
tests/linux.x86/AvantGarde_dot.ps [moved from rtest/linux.x86/AvantGarde_dot.ps with 100% similarity]
tests/linux.x86/Bookman_dot.png [moved from rtest/linux.x86/Bookman_dot.png with 100% similarity]
tests/linux.x86/Bookman_dot.ps [moved from rtest/linux.x86/Bookman_dot.ps with 100% similarity]
tests/linux.x86/Helvetica_dot.png [moved from rtest/linux.x86/Helvetica_dot.png with 100% similarity]
tests/linux.x86/Helvetica_dot.ps [moved from rtest/linux.x86/Helvetica_dot.ps with 100% similarity]
tests/linux.x86/Makefile.am [moved from rtest/linux.x86/Makefile.am with 100% similarity]
tests/linux.x86/NewCenturySchlbk_dot.png [moved from rtest/linux.x86/NewCenturySchlbk_dot.png with 100% similarity]
tests/linux.x86/NewCenturySchlbk_dot.ps [moved from rtest/linux.x86/NewCenturySchlbk_dot.ps with 100% similarity]
tests/linux.x86/Palatino_dot.png [moved from rtest/linux.x86/Palatino_dot.png with 100% similarity]
tests/linux.x86/Palatino_dot.ps [moved from rtest/linux.x86/Palatino_dot.ps with 100% similarity]
tests/linux.x86/Symbol_dot.png [moved from rtest/linux.x86/Symbol_dot.png with 100% similarity]
tests/linux.x86/Times_dot.png [moved from rtest/linux.x86/Times_dot.png with 100% similarity]
tests/linux.x86/Times_dot.ps [moved from rtest/linux.x86/Times_dot.ps with 100% similarity]
tests/linux.x86/ZapfChancery_dot.png [moved from rtest/linux.x86/ZapfChancery_dot.png with 100% similarity]
tests/linux.x86/ZapfChancery_dot.ps [moved from rtest/linux.x86/ZapfChancery_dot.ps with 100% similarity]
tests/linux.x86/ZapfDingbats_dot.png [moved from rtest/linux.x86/ZapfDingbats_dot.png with 100% similarity]
tests/linux.x86/ZapfDingbats_dot.ps [moved from rtest/linux.x86/ZapfDingbats_dot.ps with 100% similarity]
tests/linux.x86/arrows_dot.gv [moved from rtest/linux.x86/arrows_dot.gv with 100% similarity]
tests/linux.x86/arrows_dot.ps [moved from rtest/linux.x86/arrows_dot.ps with 100% similarity]
tests/linux.x86/arrowsize_dot.png [moved from rtest/linux.x86/arrowsize_dot.png with 100% similarity]
tests/linux.x86/cairo_dot_cairo.png [moved from rtest/linux.x86/cairo_dot_cairo.png with 100% similarity]
tests/linux.x86/cairo_dot_cairo.ps [moved from rtest/linux.x86/cairo_dot_cairo.ps with 100% similarity]
tests/linux.x86/cairo_dot_cairo.svg [moved from rtest/linux.x86/cairo_dot_cairo.svg with 100% similarity]
tests/linux.x86/center_dot.png [moved from rtest/linux.x86/center_dot.png with 100% similarity]
tests/linux.x86/center_dot.ps [moved from rtest/linux.x86/center_dot.ps with 100% similarity]
tests/linux.x86/clusters_dot.png [moved from rtest/linux.x86/clusters_dot.png with 100% similarity]
tests/linux.x86/clusters_dot.ps [moved from rtest/linux.x86/clusters_dot.ps with 100% similarity]
tests/linux.x86/clustlabel_dot.ps [moved from rtest/linux.x86/clustlabel_dot.ps with 100% similarity]
tests/linux.x86/clustlabel_dot1.ps [moved from rtest/linux.x86/clustlabel_dot1.ps with 100% similarity]
tests/linux.x86/clustlabel_dot2.ps [moved from rtest/linux.x86/clustlabel_dot2.ps with 100% similarity]
tests/linux.x86/clustlabel_dot3.ps [moved from rtest/linux.x86/clustlabel_dot3.ps with 100% similarity]
tests/linux.x86/clustlabel_dot4.ps [moved from rtest/linux.x86/clustlabel_dot4.ps with 100% similarity]
tests/linux.x86/clustlabel_dot5.ps [moved from rtest/linux.x86/clustlabel_dot5.ps with 100% similarity]
tests/linux.x86/clustlabel_dot6.ps [moved from rtest/linux.x86/clustlabel_dot6.ps with 100% similarity]
tests/linux.x86/clustlabel_dot7.ps [moved from rtest/linux.x86/clustlabel_dot7.ps with 100% similarity]
tests/linux.x86/color_dot.png [moved from rtest/linux.x86/color_dot.png with 100% similarity]
tests/linux.x86/color_dot1.png [moved from rtest/linux.x86/color_dot1.png with 100% similarity]
tests/linux.x86/colors_dot.ps [moved from rtest/linux.x86/colors_dot.ps with 100% similarity]
tests/linux.x86/colorscheme_dot.png [moved from rtest/linux.x86/colorscheme_dot.png with 100% similarity]
tests/linux.x86/colorscheme_dot.ps [moved from rtest/linux.x86/colorscheme_dot.ps with 100% similarity]
tests/linux.x86/compound_dot.gv [moved from rtest/linux.x86/compound_dot.gv with 100% similarity]
tests/linux.x86/crazy_dot.png [moved from rtest/linux.x86/crazy_dot.png with 100% similarity]
tests/linux.x86/crazy_dot.ps [moved from rtest/linux.x86/crazy_dot.ps with 100% similarity]
tests/linux.x86/decorate_dot.png [moved from rtest/linux.x86/decorate_dot.png with 100% similarity]
tests/linux.x86/dir_dot.ps [moved from rtest/linux.x86/dir_dot.ps with 100% similarity]
tests/linux.x86/dotsplines_dot.gv [moved from rtest/linux.x86/dotsplines_dot.gv with 100% similarity]
tests/linux.x86/dotsplines_dot1.gv [moved from rtest/linux.x86/dotsplines_dot1.gv with 100% similarity]
tests/linux.x86/edgeclip_dot.gv [moved from rtest/linux.x86/edgeclip_dot.gv with 100% similarity]
tests/linux.x86/fdp_clus_fdp.png [moved from rtest/linux.x86/fdp_clus_fdp.png with 100% similarity]
tests/linux.x86/flatedge_dot.gv [moved from rtest/linux.x86/flatedge_dot.gv with 100% similarity]
tests/linux.x86/grdangles_dot.png [moved from rtest/linux.x86/grdangles_dot.png with 100% similarity]
tests/linux.x86/grdangles_dot.svg [moved from rtest/linux.x86/grdangles_dot.svg with 100% similarity]
tests/linux.x86/grdcluster_dot.png [moved from rtest/linux.x86/grdcluster_dot.png with 100% similarity]
tests/linux.x86/grdcluster_dot.svg [moved from rtest/linux.x86/grdcluster_dot.svg with 100% similarity]
tests/linux.x86/grdcolors_dot.png [moved from rtest/linux.x86/grdcolors_dot.png with 100% similarity]
tests/linux.x86/grdcolors_dot.svg [moved from rtest/linux.x86/grdcolors_dot.svg with 100% similarity]
tests/linux.x86/grdfillcolor_dot.png [moved from rtest/linux.x86/grdfillcolor_dot.png with 100% similarity]
tests/linux.x86/grdfillcolor_dot.svg [moved from rtest/linux.x86/grdfillcolor_dot.svg with 100% similarity]
tests/linux.x86/grdlinear_angle_dot.png [moved from rtest/linux.x86/grdlinear_angle_dot.png with 100% similarity]
tests/linux.x86/grdlinear_angle_dot.svg [moved from rtest/linux.x86/grdlinear_angle_dot.svg with 100% similarity]
tests/linux.x86/grdlinear_dot.png [moved from rtest/linux.x86/grdlinear_dot.png with 100% similarity]
tests/linux.x86/grdlinear_dot.svg [moved from rtest/linux.x86/grdlinear_dot.svg with 100% similarity]
tests/linux.x86/grdlinear_node_dot.png [moved from rtest/linux.x86/grdlinear_node_dot.png with 100% similarity]
tests/linux.x86/grdlinear_node_dot.svg [moved from rtest/linux.x86/grdlinear_node_dot.svg with 100% similarity]
tests/linux.x86/grdradial_angle_dot.png [moved from rtest/linux.x86/grdradial_angle_dot.png with 100% similarity]
tests/linux.x86/grdradial_angle_dot.svg [moved from rtest/linux.x86/grdradial_angle_dot.svg with 100% similarity]
tests/linux.x86/grdradial_dot.png [moved from rtest/linux.x86/grdradial_dot.png with 100% similarity]
tests/linux.x86/grdradial_dot.svg [moved from rtest/linux.x86/grdradial_dot.svg with 100% similarity]
tests/linux.x86/grdradial_node_dot.png [moved from rtest/linux.x86/grdradial_node_dot.png with 100% similarity]
tests/linux.x86/grdradial_node_dot.svg [moved from rtest/linux.x86/grdradial_node_dot.svg with 100% similarity]
tests/linux.x86/grdshapes_dot.png [moved from rtest/linux.x86/grdshapes_dot.png with 100% similarity]
tests/linux.x86/grdshapes_dot.svg [moved from rtest/linux.x86/grdshapes_dot.svg with 100% similarity]
tests/linux.x86/html2_dot.gv [moved from rtest/linux.x86/html2_dot.gv with 100% similarity]
tests/linux.x86/html2_dot.ps [moved from rtest/linux.x86/html2_dot.ps with 100% similarity]
tests/linux.x86/html2_dot.svg [moved from rtest/linux.x86/html2_dot.svg with 100% similarity]
tests/linux.x86/html_dot.gv [moved from rtest/linux.x86/html_dot.gv with 100% similarity]
tests/linux.x86/html_dot.ps [moved from rtest/linux.x86/html_dot.ps with 100% similarity]
tests/linux.x86/inv_inv_dot.png [moved from rtest/linux.x86/inv_inv_dot.png with 100% similarity]
tests/linux.x86/inv_nul_dot.png [moved from rtest/linux.x86/inv_nul_dot.png with 100% similarity]
tests/linux.x86/inv_val_dot.png [moved from rtest/linux.x86/inv_val_dot.png with 100% similarity]
tests/linux.x86/japanese_dot.png [moved from rtest/linux.x86/japanese_dot.png with 100% similarity]
tests/linux.x86/layers_dot.ps [moved from rtest/linux.x86/layers_dot.ps with 100% similarity]
tests/linux.x86/mode_neato.ps [moved from rtest/linux.x86/mode_neato.ps with 100% similarity]
tests/linux.x86/mode_neato1.ps [moved from rtest/linux.x86/mode_neato1.ps with 100% similarity]
tests/linux.x86/mode_neato2.ps [moved from rtest/linux.x86/mode_neato2.ps with 100% similarity]
tests/linux.x86/model_neato.ps [moved from rtest/linux.x86/model_neato.ps with 100% similarity]
tests/linux.x86/model_neato1.ps [moved from rtest/linux.x86/model_neato1.ps with 100% similarity]
tests/linux.x86/neatosplines_neato.gv [moved from rtest/linux.x86/neatosplines_neato.gv with 100% similarity]
tests/linux.x86/neatosplines_neato1.gv [moved from rtest/linux.x86/neatosplines_neato1.gv with 100% similarity]
tests/linux.x86/nestedclust_dot.gv [moved from rtest/linux.x86/nestedclust_dot.gv with 100% similarity]
tests/linux.x86/nojustify_dot.png [moved from rtest/linux.x86/nojustify_dot.png with 100% similarity]
tests/linux.x86/nojustify_dot.ps [moved from rtest/linux.x86/nojustify_dot.ps with 100% similarity]
tests/linux.x86/nojustify_dot_cairo.ps [moved from rtest/linux.x86/nojustify_dot_cairo.ps with 100% similarity]
tests/linux.x86/nojustify_dot_gd.png [moved from rtest/linux.x86/nojustify_dot_gd.png with 100% similarity]
tests/linux.x86/nul_inv_dot.png [moved from rtest/linux.x86/nul_inv_dot.png with 100% similarity]
tests/linux.x86/nul_nul_dot.png [moved from rtest/linux.x86/nul_nul_dot.png with 100% similarity]
tests/linux.x86/nul_val_dot.png [moved from rtest/linux.x86/nul_val_dot.png with 100% similarity]
tests/linux.x86/ordering_dot.gv [moved from rtest/linux.x86/ordering_dot.gv with 100% similarity]
tests/linux.x86/ordering_dot1.gv [moved from rtest/linux.x86/ordering_dot1.gv with 100% similarity]
tests/linux.x86/overlap_neato.gv [moved from rtest/linux.x86/overlap_neato.gv with 100% similarity]
tests/linux.x86/overlap_neato1.gv [moved from rtest/linux.x86/overlap_neato1.gv with 100% similarity]
tests/linux.x86/pack_neato.gv [moved from rtest/linux.x86/pack_neato.gv with 100% similarity]
tests/linux.x86/pack_neato1.gv [moved from rtest/linux.x86/pack_neato1.gv with 100% similarity]
tests/linux.x86/pack_neato2.gv [moved from rtest/linux.x86/pack_neato2.gv with 100% similarity]
tests/linux.x86/page_neato.ps [moved from rtest/linux.x86/page_neato.ps with 100% similarity]
tests/linux.x86/page_neato1.ps [moved from rtest/linux.x86/page_neato1.ps with 100% similarity]
tests/linux.x86/page_neato2.ps [moved from rtest/linux.x86/page_neato2.ps with 100% similarity]
tests/linux.x86/polypoly_dot.png [moved from rtest/linux.x86/polypoly_dot.png with 100% similarity]
tests/linux.x86/polypoly_dot.ps [moved from rtest/linux.x86/polypoly_dot.ps with 100% similarity]
tests/linux.x86/ports_dot.gv [moved from rtest/linux.x86/ports_dot.gv with 100% similarity]
tests/linux.x86/ps_user_shapes_dot.ps [moved from rtest/linux.x86/ps_user_shapes_dot.ps with 100% similarity]
tests/linux.x86/pslib_dot.ps [moved from rtest/linux.x86/pslib_dot.ps with 100% similarity]
tests/linux.x86/rankdir_dot.gv [moved from rtest/linux.x86/rankdir_dot.gv with 100% similarity]
tests/linux.x86/rankdir_dot1.gv [moved from rtest/linux.x86/rankdir_dot1.gv with 100% similarity]
tests/linux.x86/rankdir_dot2.gv [moved from rtest/linux.x86/rankdir_dot2.gv with 100% similarity]
tests/linux.x86/rd_rules_dot.png [moved from rtest/linux.x86/rd_rules_dot.png with 100% similarity]
tests/linux.x86/record_dot.gv [moved from rtest/linux.x86/record_dot.gv with 100% similarity]
tests/linux.x86/record_dot.ps [moved from rtest/linux.x86/record_dot.ps with 100% similarity]
tests/linux.x86/root_circo.gv [moved from rtest/linux.x86/root_circo.gv with 100% similarity]
tests/linux.x86/root_twopi.gv [moved from rtest/linux.x86/root_twopi.gv with 100% similarity]
tests/linux.x86/rootlabel_dot.ps [moved from rtest/linux.x86/rootlabel_dot.ps with 100% similarity]
tests/linux.x86/rootlabel_dot1.ps [moved from rtest/linux.x86/rootlabel_dot1.ps with 100% similarity]
tests/linux.x86/rootlabel_dot2.ps [moved from rtest/linux.x86/rootlabel_dot2.ps with 100% similarity]
tests/linux.x86/rootlabel_dot3.ps [moved from rtest/linux.x86/rootlabel_dot3.ps with 100% similarity]
tests/linux.x86/rootlabel_dot4.ps [moved from rtest/linux.x86/rootlabel_dot4.ps with 100% similarity]
tests/linux.x86/rootlabel_dot5.ps [moved from rtest/linux.x86/rootlabel_dot5.ps with 100% similarity]
tests/linux.x86/rootlabel_dot6.ps [moved from rtest/linux.x86/rootlabel_dot6.ps with 100% similarity]
tests/linux.x86/rootlabel_dot7.ps [moved from rtest/linux.x86/rootlabel_dot7.ps with 100% similarity]
tests/linux.x86/rotate_dot.png [moved from rtest/linux.x86/rotate_dot.png with 100% similarity]
tests/linux.x86/rotate_dot.ps [moved from rtest/linux.x86/rotate_dot.ps with 100% similarity]
tests/linux.x86/rotate_dot1.png [moved from rtest/linux.x86/rotate_dot1.png with 100% similarity]
tests/linux.x86/rotate_dot1.ps [moved from rtest/linux.x86/rotate_dot1.ps with 100% similarity]
tests/linux.x86/rowcolsep_dot.gv [moved from rtest/linux.x86/rowcolsep_dot.gv with 100% similarity]
tests/linux.x86/rowcolsep_dot1.gv [moved from rtest/linux.x86/rowcolsep_dot1.gv with 100% similarity]
tests/linux.x86/russian_dot.png [moved from rtest/linux.x86/russian_dot.png with 100% similarity]
tests/linux.x86/sb_box_dbl_dot.png [moved from rtest/linux.x86/sb_box_dbl_dot.png with 100% similarity]
tests/linux.x86/sb_box_dot.png [moved from rtest/linux.x86/sb_box_dot.png with 100% similarity]
tests/linux.x86/sb_circle_dbl_dot.png [moved from rtest/linux.x86/sb_circle_dbl_dot.png with 100% similarity]
tests/linux.x86/sb_circle_dot.png [moved from rtest/linux.x86/sb_circle_dot.png with 100% similarity]
tests/linux.x86/shapes_dot.gv [moved from rtest/linux.x86/shapes_dot.gv with 100% similarity]
tests/linux.x86/shapes_dot.ps [moved from rtest/linux.x86/shapes_dot.ps with 100% similarity]
tests/linux.x86/sides_dot.ps [moved from rtest/linux.x86/sides_dot.ps with 100% similarity]
tests/linux.x86/size_ex_dot.png [moved from rtest/linux.x86/size_ex_dot.png with 100% similarity]
tests/linux.x86/size_ex_dot.ps [moved from rtest/linux.x86/size_ex_dot.ps with 100% similarity]
tests/linux.x86/size_neato.png [moved from rtest/linux.x86/size_neato.png with 100% similarity]
tests/linux.x86/size_neato.ps [moved from rtest/linux.x86/size_neato.ps with 100% similarity]
tests/linux.x86/sl_box_dbl_dot.png [moved from rtest/linux.x86/sl_box_dbl_dot.png with 100% similarity]
tests/linux.x86/sl_box_dot.png [moved from rtest/linux.x86/sl_box_dot.png with 100% similarity]
tests/linux.x86/sl_circle_dbl_dot.png [moved from rtest/linux.x86/sl_circle_dbl_dot.png with 100% similarity]
tests/linux.x86/sl_circle_dot.png [moved from rtest/linux.x86/sl_circle_dot.png with 100% similarity]
tests/linux.x86/sq_rules_dot.png [moved from rtest/linux.x86/sq_rules_dot.png with 100% similarity]
tests/linux.x86/sr_box_dbl_dot.png [moved from rtest/linux.x86/sr_box_dbl_dot.png with 100% similarity]
tests/linux.x86/sr_box_dot.png [moved from rtest/linux.x86/sr_box_dot.png with 100% similarity]
tests/linux.x86/sr_circle_dbl_dot.png [moved from rtest/linux.x86/sr_circle_dbl_dot.png with 100% similarity]
tests/linux.x86/sr_circle_dot.png [moved from rtest/linux.x86/sr_circle_dot.png with 100% similarity]
tests/linux.x86/st_box_dbl_dot.png [moved from rtest/linux.x86/st_box_dbl_dot.png with 100% similarity]
tests/linux.x86/st_box_dot.png [moved from rtest/linux.x86/st_box_dot.png with 100% similarity]
tests/linux.x86/st_circle_dbl_dot.png [moved from rtest/linux.x86/st_circle_dbl_dot.png with 100% similarity]
tests/linux.x86/st_circle_dot.png [moved from rtest/linux.x86/st_circle_dot.png with 100% similarity]
tests/linux.x86/style_dot.png [moved from rtest/linux.x86/style_dot.png with 100% similarity]
tests/linux.x86/style_dot.ps [moved from rtest/linux.x86/style_dot.ps with 100% similarity]
tests/linux.x86/url_dot.cmapx [moved from rtest/linux.x86/url_dot.cmapx with 100% similarity]
tests/linux.x86/url_dot.cmapx_np [moved from rtest/linux.x86/url_dot.cmapx_np with 100% similarity]
tests/linux.x86/url_dot.imap [moved from rtest/linux.x86/url_dot.imap with 100% similarity]
tests/linux.x86/url_dot.imap_np [moved from rtest/linux.x86/url_dot.imap_np with 100% similarity]
tests/linux.x86/url_dot.ps2 [moved from rtest/linux.x86/url_dot.ps2 with 100% similarity]
tests/linux.x86/url_dot.svg [moved from rtest/linux.x86/url_dot.svg with 100% similarity]
tests/linux.x86/user_shapes_dot.ps [moved from rtest/linux.x86/user_shapes_dot.ps with 100% similarity]
tests/linux.x86/user_shapes_dot_gd.png [moved from rtest/linux.x86/user_shapes_dot_gd.png with 100% similarity]
tests/linux.x86/val_inv_dot.png [moved from rtest/linux.x86/val_inv_dot.png with 100% similarity]
tests/linux.x86/val_nul_dot.png [moved from rtest/linux.x86/val_nul_dot.png with 100% similarity]
tests/linux.x86/val_val_dot.png [moved from rtest/linux.x86/val_val_dot.png with 100% similarity]
tests/linux.x86/viewport_neato.png [moved from rtest/linux.x86/viewport_neato.png with 100% similarity]
tests/linux.x86/viewport_neato.ps [moved from rtest/linux.x86/viewport_neato.ps with 100% similarity]
tests/linux.x86/viewport_neato1.png [moved from rtest/linux.x86/viewport_neato1.png with 100% similarity]
tests/linux.x86/viewport_neato1.ps [moved from rtest/linux.x86/viewport_neato1.ps with 100% similarity]
tests/linux.x86/viewport_neato2.png [moved from rtest/linux.x86/viewport_neato2.png with 100% similarity]
tests/linux.x86/viewport_neato2.ps [moved from rtest/linux.x86/viewport_neato2.ps with 100% similarity]
tests/linux.x86/weight_dot.gv [moved from rtest/linux.x86/weight_dot.gv with 100% similarity]
tests/linux.x86/xlabels_dot.png [moved from rtest/linux.x86/xlabels_dot.png with 100% similarity]
tests/linux.x86/xlabels_neato.png [moved from rtest/linux.x86/xlabels_neato.png with 100% similarity]
tests/macosx/arrows_dot.gv [moved from rtest/macosx/arrows_dot.gv with 100% similarity]
tests/macosx/compound_dot.gv [moved from rtest/macosx/compound_dot.gv with 100% similarity]
tests/macosx/edgeclip_dot.gv [moved from rtest/macosx/edgeclip_dot.gv with 100% similarity]
tests/macosx/nestedclust_dot.gv [moved from rtest/macosx/nestedclust_dot.gv with 100% similarity]
tests/macosx/ordering_dot.gv [moved from rtest/macosx/ordering_dot.gv with 100% similarity]
tests/macosx/ordering_dot1.gv [moved from rtest/macosx/ordering_dot1.gv with 100% similarity]
tests/macosx/rowcolsep_dot.gv [moved from rtest/macosx/rowcolsep_dot.gv with 100% similarity]
tests/macosx/rowcolsep_dot1.gv [moved from rtest/macosx/rowcolsep_dot1.gv with 100% similarity]
tests/nshare/AvantGarde_dot.png [moved from rtest/nshare/AvantGarde_dot.png with 100% similarity]
tests/nshare/AvantGarde_dot.ps [moved from rtest/nshare/AvantGarde_dot.ps with 100% similarity]
tests/nshare/Bookman_dot.png [moved from rtest/nshare/Bookman_dot.png with 100% similarity]
tests/nshare/Bookman_dot.ps [moved from rtest/nshare/Bookman_dot.ps with 100% similarity]
tests/nshare/Helvetica_dot.png [moved from rtest/nshare/Helvetica_dot.png with 100% similarity]
tests/nshare/Helvetica_dot.ps [moved from rtest/nshare/Helvetica_dot.ps with 100% similarity]
tests/nshare/NewCenturySchlbk_dot.png [moved from rtest/nshare/NewCenturySchlbk_dot.png with 100% similarity]
tests/nshare/NewCenturySchlbk_dot.ps [moved from rtest/nshare/NewCenturySchlbk_dot.ps with 100% similarity]
tests/nshare/Palatino_dot.png [moved from rtest/nshare/Palatino_dot.png with 100% similarity]
tests/nshare/Palatino_dot.ps [moved from rtest/nshare/Palatino_dot.ps with 100% similarity]
tests/nshare/Symbol_dot.png [moved from rtest/nshare/Symbol_dot.png with 100% similarity]
tests/nshare/Times_dot.png [moved from rtest/nshare/Times_dot.png with 100% similarity]
tests/nshare/Times_dot.ps [moved from rtest/nshare/Times_dot.ps with 100% similarity]
tests/nshare/ZapfChancery_dot.png [moved from rtest/nshare/ZapfChancery_dot.png with 100% similarity]
tests/nshare/ZapfChancery_dot.ps [moved from rtest/nshare/ZapfChancery_dot.ps with 100% similarity]
tests/nshare/ZapfDingbats_dot.png [moved from rtest/nshare/ZapfDingbats_dot.png with 100% similarity]
tests/nshare/ZapfDingbats_dot.ps [moved from rtest/nshare/ZapfDingbats_dot.ps with 100% similarity]
tests/nshare/arrows_dot.gv [moved from rtest/nshare/arrows_dot.gv with 100% similarity]
tests/nshare/arrows_dot.ps [moved from rtest/nshare/arrows_dot.ps with 100% similarity]
tests/nshare/arrowsize_dot.png [moved from rtest/nshare/arrowsize_dot.png with 100% similarity]
tests/nshare/cairo_dot_cairo.png [moved from rtest/nshare/cairo_dot_cairo.png with 100% similarity]
tests/nshare/cairo_dot_cairo.ps [moved from rtest/nshare/cairo_dot_cairo.ps with 100% similarity]
tests/nshare/cairo_dot_cairo.svg [moved from rtest/nshare/cairo_dot_cairo.svg with 100% similarity]
tests/nshare/center_dot.png [moved from rtest/nshare/center_dot.png with 100% similarity]
tests/nshare/center_dot.ps [moved from rtest/nshare/center_dot.ps with 100% similarity]
tests/nshare/clusters_dot.png [moved from rtest/nshare/clusters_dot.png with 100% similarity]
tests/nshare/clusters_dot.ps [moved from rtest/nshare/clusters_dot.ps with 100% similarity]
tests/nshare/clustlabel_dot.ps [moved from rtest/nshare/clustlabel_dot.ps with 100% similarity]
tests/nshare/clustlabel_dot1.ps [moved from rtest/nshare/clustlabel_dot1.ps with 100% similarity]
tests/nshare/clustlabel_dot2.ps [moved from rtest/nshare/clustlabel_dot2.ps with 100% similarity]
tests/nshare/clustlabel_dot3.ps [moved from rtest/nshare/clustlabel_dot3.ps with 100% similarity]
tests/nshare/clustlabel_dot4.ps [moved from rtest/nshare/clustlabel_dot4.ps with 100% similarity]
tests/nshare/clustlabel_dot5.ps [moved from rtest/nshare/clustlabel_dot5.ps with 100% similarity]
tests/nshare/clustlabel_dot6.ps [moved from rtest/nshare/clustlabel_dot6.ps with 100% similarity]
tests/nshare/clustlabel_dot7.ps [moved from rtest/nshare/clustlabel_dot7.ps with 100% similarity]
tests/nshare/color_dot.png [moved from rtest/nshare/color_dot.png with 100% similarity]
tests/nshare/color_dot1.png [moved from rtest/nshare/color_dot1.png with 100% similarity]
tests/nshare/colors_dot.ps [moved from rtest/nshare/colors_dot.ps with 100% similarity]
tests/nshare/colorscheme_dot.png [moved from rtest/nshare/colorscheme_dot.png with 100% similarity]
tests/nshare/colorscheme_dot.ps [moved from rtest/nshare/colorscheme_dot.ps with 100% similarity]
tests/nshare/compound_dot.gv [moved from rtest/nshare/compound_dot.gv with 100% similarity]
tests/nshare/crazy_dot.png [moved from rtest/nshare/crazy_dot.png with 100% similarity]
tests/nshare/crazy_dot.ps [moved from rtest/nshare/crazy_dot.ps with 100% similarity]
tests/nshare/decorate_dot.png [moved from rtest/nshare/decorate_dot.png with 100% similarity]
tests/nshare/dir_dot.ps [moved from rtest/nshare/dir_dot.ps with 100% similarity]
tests/nshare/dotsplines_dot.gv [moved from rtest/nshare/dotsplines_dot.gv with 100% similarity]
tests/nshare/dotsplines_dot1.gv [moved from rtest/nshare/dotsplines_dot1.gv with 100% similarity]
tests/nshare/edgeclip_dot.gv [moved from rtest/nshare/edgeclip_dot.gv with 100% similarity]
tests/nshare/fdp_clus_fdp.png [moved from rtest/nshare/fdp_clus_fdp.png with 100% similarity]
tests/nshare/flatedge_dot.gv [moved from rtest/nshare/flatedge_dot.gv with 100% similarity]
tests/nshare/grdangles_dot.png [moved from rtest/nshare/grdangles_dot.png with 100% similarity]
tests/nshare/grdangles_dot.svg [moved from rtest/nshare/grdangles_dot.svg with 100% similarity]
tests/nshare/grdcluster_dot.png [moved from rtest/nshare/grdcluster_dot.png with 100% similarity]
tests/nshare/grdcluster_dot.svg [moved from rtest/nshare/grdcluster_dot.svg with 100% similarity]
tests/nshare/grdcolors_dot.png [moved from rtest/nshare/grdcolors_dot.png with 100% similarity]
tests/nshare/grdcolors_dot.svg [moved from rtest/nshare/grdcolors_dot.svg with 100% similarity]
tests/nshare/grdfillcolor_dot.png [moved from rtest/nshare/grdfillcolor_dot.png with 100% similarity]
tests/nshare/grdfillcolor_dot.svg [moved from rtest/nshare/grdfillcolor_dot.svg with 100% similarity]
tests/nshare/grdlinear_angle_dot.png [moved from rtest/nshare/grdlinear_angle_dot.png with 100% similarity]
tests/nshare/grdlinear_angle_dot.svg [moved from rtest/nshare/grdlinear_angle_dot.svg with 100% similarity]
tests/nshare/grdlinear_dot.png [moved from rtest/nshare/grdlinear_dot.png with 100% similarity]
tests/nshare/grdlinear_dot.svg [moved from rtest/nshare/grdlinear_dot.svg with 100% similarity]
tests/nshare/grdlinear_node_dot.png [moved from rtest/nshare/grdlinear_node_dot.png with 100% similarity]
tests/nshare/grdlinear_node_dot.svg [moved from rtest/nshare/grdlinear_node_dot.svg with 100% similarity]
tests/nshare/grdradial_angle_dot.png [moved from rtest/nshare/grdradial_angle_dot.png with 100% similarity]
tests/nshare/grdradial_angle_dot.svg [moved from rtest/nshare/grdradial_angle_dot.svg with 100% similarity]
tests/nshare/grdradial_dot.png [moved from rtest/nshare/grdradial_dot.png with 100% similarity]
tests/nshare/grdradial_dot.svg [moved from rtest/nshare/grdradial_dot.svg with 100% similarity]
tests/nshare/grdradial_node_dot.png [moved from rtest/nshare/grdradial_node_dot.png with 100% similarity]
tests/nshare/grdradial_node_dot.svg [moved from rtest/nshare/grdradial_node_dot.svg with 100% similarity]
tests/nshare/grdshapes_dot.png [moved from rtest/nshare/grdshapes_dot.png with 100% similarity]
tests/nshare/grdshapes_dot.svg [moved from rtest/nshare/grdshapes_dot.svg with 100% similarity]
tests/nshare/html2_dot.gv [moved from rtest/nshare/html2_dot.gv with 100% similarity]
tests/nshare/html2_dot.ps [moved from rtest/nshare/html2_dot.ps with 100% similarity]
tests/nshare/html2_dot.svg [moved from rtest/nshare/html2_dot.svg with 100% similarity]
tests/nshare/html_dot.gv [moved from rtest/nshare/html_dot.gv with 100% similarity]
tests/nshare/html_dot.ps [moved from rtest/nshare/html_dot.ps with 100% similarity]
tests/nshare/inv_inv_dot.png [moved from rtest/nshare/inv_inv_dot.png with 100% similarity]
tests/nshare/inv_nul_dot.png [moved from rtest/nshare/inv_nul_dot.png with 100% similarity]
tests/nshare/inv_val_dot.png [moved from rtest/nshare/inv_val_dot.png with 100% similarity]
tests/nshare/japanese_dot.png [moved from rtest/nshare/japanese_dot.png with 100% similarity]
tests/nshare/layers_dot.ps [moved from rtest/nshare/layers_dot.ps with 100% similarity]
tests/nshare/mode_neato.ps [moved from rtest/nshare/mode_neato.ps with 100% similarity]
tests/nshare/mode_neato1.ps [moved from rtest/nshare/mode_neato1.ps with 100% similarity]
tests/nshare/mode_neato2.ps [moved from rtest/nshare/mode_neato2.ps with 100% similarity]
tests/nshare/model_neato.ps [moved from rtest/nshare/model_neato.ps with 100% similarity]
tests/nshare/model_neato1.ps [moved from rtest/nshare/model_neato1.ps with 100% similarity]
tests/nshare/neatosplines_neato.gv [moved from rtest/nshare/neatosplines_neato.gv with 100% similarity]
tests/nshare/neatosplines_neato1.gv [moved from rtest/nshare/neatosplines_neato1.gv with 100% similarity]
tests/nshare/nestedclust_dot.gv [moved from rtest/nshare/nestedclust_dot.gv with 100% similarity]
tests/nshare/nojustify_dot.png [moved from rtest/nshare/nojustify_dot.png with 100% similarity]
tests/nshare/nojustify_dot.ps [moved from rtest/nshare/nojustify_dot.ps with 100% similarity]
tests/nshare/nojustify_dot_cairo.ps [moved from rtest/nshare/nojustify_dot_cairo.ps with 100% similarity]
tests/nshare/nojustify_dot_gd.png [moved from rtest/nshare/nojustify_dot_gd.png with 100% similarity]
tests/nshare/nul_inv_dot.png [moved from rtest/nshare/nul_inv_dot.png with 100% similarity]
tests/nshare/nul_nul_dot.png [moved from rtest/nshare/nul_nul_dot.png with 100% similarity]
tests/nshare/nul_val_dot.png [moved from rtest/nshare/nul_val_dot.png with 100% similarity]
tests/nshare/ordering_dot.gv [moved from rtest/nshare/ordering_dot.gv with 100% similarity]
tests/nshare/ordering_dot1.gv [moved from rtest/nshare/ordering_dot1.gv with 100% similarity]
tests/nshare/overlap_neato.gv [moved from rtest/nshare/overlap_neato.gv with 100% similarity]
tests/nshare/overlap_neato1.gv [moved from rtest/nshare/overlap_neato1.gv with 100% similarity]
tests/nshare/pack_neato.gv [moved from rtest/nshare/pack_neato.gv with 100% similarity]
tests/nshare/pack_neato1.gv [moved from rtest/nshare/pack_neato1.gv with 100% similarity]
tests/nshare/pack_neato2.gv [moved from rtest/nshare/pack_neato2.gv with 100% similarity]
tests/nshare/page_neato.ps [moved from rtest/nshare/page_neato.ps with 100% similarity]
tests/nshare/page_neato1.ps [moved from rtest/nshare/page_neato1.ps with 100% similarity]
tests/nshare/page_neato2.ps [moved from rtest/nshare/page_neato2.ps with 100% similarity]
tests/nshare/polypoly_dot.png [moved from rtest/nshare/polypoly_dot.png with 100% similarity]
tests/nshare/polypoly_dot.ps [moved from rtest/nshare/polypoly_dot.ps with 100% similarity]
tests/nshare/ports_dot.gv [moved from rtest/nshare/ports_dot.gv with 100% similarity]
tests/nshare/ps_user_shapes_dot.ps [moved from rtest/nshare/ps_user_shapes_dot.ps with 100% similarity]
tests/nshare/pslib_dot.ps [moved from rtest/nshare/pslib_dot.ps with 100% similarity]
tests/nshare/rankdir_dot.gv [moved from rtest/nshare/rankdir_dot.gv with 100% similarity]
tests/nshare/rankdir_dot1.gv [moved from rtest/nshare/rankdir_dot1.gv with 100% similarity]
tests/nshare/rankdir_dot2.gv [moved from rtest/nshare/rankdir_dot2.gv with 100% similarity]
tests/nshare/rd_rules_dot.png [moved from rtest/nshare/rd_rules_dot.png with 100% similarity]
tests/nshare/record_dot.gv [moved from rtest/nshare/record_dot.gv with 100% similarity]
tests/nshare/record_dot.ps [moved from rtest/nshare/record_dot.ps with 100% similarity]
tests/nshare/root_circo.gv [moved from rtest/nshare/root_circo.gv with 100% similarity]
tests/nshare/root_twopi.gv [moved from rtest/nshare/root_twopi.gv with 100% similarity]
tests/nshare/rootlabel_dot.ps [moved from rtest/nshare/rootlabel_dot.ps with 100% similarity]
tests/nshare/rootlabel_dot1.ps [moved from rtest/nshare/rootlabel_dot1.ps with 100% similarity]
tests/nshare/rootlabel_dot2.ps [moved from rtest/nshare/rootlabel_dot2.ps with 100% similarity]
tests/nshare/rootlabel_dot3.ps [moved from rtest/nshare/rootlabel_dot3.ps with 100% similarity]
tests/nshare/rootlabel_dot4.ps [moved from rtest/nshare/rootlabel_dot4.ps with 100% similarity]
tests/nshare/rootlabel_dot5.ps [moved from rtest/nshare/rootlabel_dot5.ps with 100% similarity]
tests/nshare/rootlabel_dot6.ps [moved from rtest/nshare/rootlabel_dot6.ps with 100% similarity]
tests/nshare/rootlabel_dot7.ps [moved from rtest/nshare/rootlabel_dot7.ps with 100% similarity]
tests/nshare/rotate_dot.png [moved from rtest/nshare/rotate_dot.png with 100% similarity]
tests/nshare/rotate_dot.ps [moved from rtest/nshare/rotate_dot.ps with 100% similarity]
tests/nshare/rotate_dot1.png [moved from rtest/nshare/rotate_dot1.png with 100% similarity]
tests/nshare/rotate_dot1.ps [moved from rtest/nshare/rotate_dot1.ps with 100% similarity]
tests/nshare/rowcolsep_dot.gv [moved from rtest/nshare/rowcolsep_dot.gv with 100% similarity]
tests/nshare/rowcolsep_dot1.gv [moved from rtest/nshare/rowcolsep_dot1.gv with 100% similarity]
tests/nshare/russian_dot.png [moved from rtest/nshare/russian_dot.png with 100% similarity]
tests/nshare/sb_box_dbl_dot.png [moved from rtest/nshare/sb_box_dbl_dot.png with 100% similarity]
tests/nshare/sb_box_dot.png [moved from rtest/nshare/sb_box_dot.png with 100% similarity]
tests/nshare/sb_circle_dbl_dot.png [moved from rtest/nshare/sb_circle_dbl_dot.png with 100% similarity]
tests/nshare/sb_circle_dot.png [moved from rtest/nshare/sb_circle_dot.png with 100% similarity]
tests/nshare/shapes_dot.gv [moved from rtest/nshare/shapes_dot.gv with 100% similarity]
tests/nshare/shapes_dot.ps [moved from rtest/nshare/shapes_dot.ps with 100% similarity]
tests/nshare/sides_dot.ps [moved from rtest/nshare/sides_dot.ps with 100% similarity]
tests/nshare/size_ex_dot.png [moved from rtest/nshare/size_ex_dot.png with 100% similarity]
tests/nshare/size_ex_dot.ps [moved from rtest/nshare/size_ex_dot.ps with 100% similarity]
tests/nshare/size_neato.png [moved from rtest/nshare/size_neato.png with 100% similarity]
tests/nshare/size_neato.ps [moved from rtest/nshare/size_neato.ps with 100% similarity]
tests/nshare/sl_box_dbl_dot.png [moved from rtest/nshare/sl_box_dbl_dot.png with 100% similarity]
tests/nshare/sl_box_dot.png [moved from rtest/nshare/sl_box_dot.png with 100% similarity]
tests/nshare/sl_circle_dbl_dot.png [moved from rtest/nshare/sl_circle_dbl_dot.png with 100% similarity]
tests/nshare/sl_circle_dot.png [moved from rtest/nshare/sl_circle_dot.png with 100% similarity]
tests/nshare/sq_rules_dot.png [moved from rtest/nshare/sq_rules_dot.png with 100% similarity]
tests/nshare/sr_box_dbl_dot.png [moved from rtest/nshare/sr_box_dbl_dot.png with 100% similarity]
tests/nshare/sr_box_dot.png [moved from rtest/nshare/sr_box_dot.png with 100% similarity]
tests/nshare/sr_circle_dbl_dot.png [moved from rtest/nshare/sr_circle_dbl_dot.png with 100% similarity]
tests/nshare/sr_circle_dot.png [moved from rtest/nshare/sr_circle_dot.png with 100% similarity]
tests/nshare/st_box_dbl_dot.png [moved from rtest/nshare/st_box_dbl_dot.png with 100% similarity]
tests/nshare/st_box_dot.png [moved from rtest/nshare/st_box_dot.png with 100% similarity]
tests/nshare/st_circle_dbl_dot.png [moved from rtest/nshare/st_circle_dbl_dot.png with 100% similarity]
tests/nshare/st_circle_dot.png [moved from rtest/nshare/st_circle_dot.png with 100% similarity]
tests/nshare/style_dot.png [moved from rtest/nshare/style_dot.png with 100% similarity]
tests/nshare/style_dot.ps [moved from rtest/nshare/style_dot.ps with 100% similarity]
tests/nshare/url_dot.cmapx [moved from rtest/nshare/url_dot.cmapx with 100% similarity]
tests/nshare/url_dot.cmapx_np [moved from rtest/nshare/url_dot.cmapx_np with 100% similarity]
tests/nshare/url_dot.imap [moved from rtest/nshare/url_dot.imap with 100% similarity]
tests/nshare/url_dot.imap_np [moved from rtest/nshare/url_dot.imap_np with 100% similarity]
tests/nshare/url_dot.ps2 [moved from rtest/nshare/url_dot.ps2 with 100% similarity]
tests/nshare/url_dot.svg [moved from rtest/nshare/url_dot.svg with 100% similarity]
tests/nshare/user_shapes_dot.ps [moved from rtest/nshare/user_shapes_dot.ps with 100% similarity]
tests/nshare/user_shapes_dot_gd.png [moved from rtest/nshare/user_shapes_dot_gd.png with 100% similarity]
tests/nshare/val_inv_dot.png [moved from rtest/nshare/val_inv_dot.png with 100% similarity]
tests/nshare/val_nul_dot.png [moved from rtest/nshare/val_nul_dot.png with 100% similarity]
tests/nshare/val_val_dot.png [moved from rtest/nshare/val_val_dot.png with 100% similarity]
tests/nshare/viewport_neato.png [moved from rtest/nshare/viewport_neato.png with 100% similarity]
tests/nshare/viewport_neato.ps [moved from rtest/nshare/viewport_neato.ps with 100% similarity]
tests/nshare/viewport_neato1.png [moved from rtest/nshare/viewport_neato1.png with 100% similarity]
tests/nshare/viewport_neato1.ps [moved from rtest/nshare/viewport_neato1.ps with 100% similarity]
tests/nshare/viewport_neato2.png [moved from rtest/nshare/viewport_neato2.png with 100% similarity]
tests/nshare/viewport_neato2.ps [moved from rtest/nshare/viewport_neato2.ps with 100% similarity]
tests/nshare/weight_dot.gv [moved from rtest/nshare/weight_dot.gv with 100% similarity]
tests/nshare/xlabels_dot.png [moved from rtest/nshare/xlabels_dot.png with 100% similarity]
tests/nshare/xlabels_neato.png [moved from rtest/nshare/xlabels_neato.png with 100% similarity]
tests/rtest.py [moved from rtest/rtest.py with 100% similarity]
tests/share/ER.gv [moved from rtest/share/ER.gv with 100% similarity]
tests/share/ER.ps [moved from rtest/share/ER.ps with 100% similarity]
tests/share/Heawood.gv [moved from rtest/share/Heawood.gv with 100% similarity]
tests/share/Heawood.ps [moved from rtest/share/Heawood.ps with 100% similarity]
tests/share/KW91.gv [moved from rtest/share/KW91.gv with 100% similarity]
tests/share/Latin1.gv [moved from rtest/share/Latin1.gv with 100% similarity]
tests/share/NaN.gv [moved from rtest/share/NaN.gv with 100% similarity]
tests/share/Petersen.gv [moved from rtest/share/Petersen.gv with 100% similarity]
tests/share/Petersen.ps [moved from rtest/share/Petersen.ps with 100% similarity]
tests/share/a1.gv [moved from rtest/share/a1.gv with 100% similarity]
tests/share/a2.gv [moved from rtest/share/a2.gv with 100% similarity]
tests/share/a3.gv [moved from rtest/share/a3.gv with 100% similarity]
tests/share/abstract.gv [moved from rtest/share/abstract.gv with 100% similarity]
tests/share/alf.gv [moved from rtest/share/alf.gv with 100% similarity]
tests/share/b102.gv [moved from rtest/share/b102.gv with 100% similarity]
tests/share/b106.gv [moved from rtest/share/b106.gv with 100% similarity]
tests/share/b117.ps [moved from rtest/share/b117.ps with 100% similarity]
tests/share/b117a.ps [moved from rtest/share/b117a.ps with 100% similarity]
tests/share/b124.gv [moved from rtest/share/b124.gv with 100% similarity]
tests/share/b135.ps [moved from rtest/share/b135.ps with 100% similarity]
tests/share/b145.png [moved from rtest/share/b145.png with 100% similarity]
tests/share/b15.png [moved from rtest/share/b15.png with 100% similarity]
tests/share/b155.ps [moved from rtest/share/b155.ps with 100% similarity]
tests/share/b22.ps [moved from rtest/share/b22.ps with 100% similarity]
tests/share/b29.gv [moved from rtest/share/b29.gv with 100% similarity]
tests/share/b3.ps [moved from rtest/share/b3.ps with 100% similarity]
tests/share/b33.ps [moved from rtest/share/b33.ps with 100% similarity]
tests/share/b34.gif [moved from rtest/share/b34.gif with 100% similarity]
tests/share/b36.gv [moved from rtest/share/b36.gv with 100% similarity]
tests/share/b491.gv [moved from rtest/share/b491.gv with 100% similarity]
tests/share/b51.gv [moved from rtest/share/b51.gv with 100% similarity]
tests/share/b545.gv [moved from rtest/share/b545.gv with 100% similarity]
tests/share/b545.plain-ext [moved from rtest/share/b545.plain-ext with 100% similarity]
tests/share/b56.gif [moved from rtest/share/b56.gif with 100% similarity]
tests/share/b57.ps [moved from rtest/share/b57.ps with 100% similarity]
tests/share/b60.gif [moved from rtest/share/b60.gif with 100% similarity]
tests/share/b62.plain [moved from rtest/share/b62.plain with 100% similarity]
tests/share/b68.ps [moved from rtest/share/b68.ps with 100% similarity]
tests/share/b69.ps [moved from rtest/share/b69.ps with 100% similarity]
tests/share/b7.ps [moved from rtest/share/b7.ps with 100% similarity]
tests/share/b71.ps [moved from rtest/share/b71.ps with 100% similarity]
tests/share/b77.ps [moved from rtest/share/b77.ps with 100% similarity]
tests/share/b786.gv [moved from rtest/share/b786.gv with 100% similarity]
tests/share/b79.jpg [moved from rtest/share/b79.jpg with 100% similarity]
tests/share/b80.ps [moved from rtest/share/b80.ps with 100% similarity]
tests/share/b81.svg [moved from rtest/share/b81.svg with 100% similarity]
tests/share/b94.gv [moved from rtest/share/b94.gv with 100% similarity]
tests/share/big.ps [moved from rtest/share/big.ps with 100% similarity]
tests/share/biglabel.ps [moved from rtest/share/biglabel.ps with 100% similarity]
tests/share/clover.ps [moved from rtest/share/clover.ps with 100% similarity]
tests/share/clust.gv [moved from rtest/share/clust.gv with 100% similarity]
tests/share/clust1.gv [moved from rtest/share/clust1.gv with 100% similarity]
tests/share/clust2.gv [moved from rtest/share/clust2.gv with 100% similarity]
tests/share/clust3.gv [moved from rtest/share/clust3.gv with 100% similarity]
tests/share/clust4.gv [moved from rtest/share/clust4.gv with 100% similarity]
tests/share/clust5.gv [moved from rtest/share/clust5.gv with 100% similarity]
tests/share/crazy.gv [moved from rtest/share/crazy.gv with 100% similarity]
tests/share/crazy.ps [moved from rtest/share/crazy.ps with 100% similarity]
tests/share/ctext.gv [moved from rtest/share/ctext.gv with 100% similarity]
tests/share/dfa.gv [moved from rtest/share/dfa.gv with 100% similarity]
tests/share/dpd.ps [moved from rtest/share/dpd.ps with 100% similarity]
tests/share/dpd1.ps [moved from rtest/share/dpd1.ps with 100% similarity]
tests/share/dpd2.ps [moved from rtest/share/dpd2.ps with 100% similarity]
tests/share/dpd3.ps [moved from rtest/share/dpd3.ps with 100% similarity]
tests/share/dpd4.ps [moved from rtest/share/dpd4.ps with 100% similarity]
tests/share/dpd5.ps [moved from rtest/share/dpd5.ps with 100% similarity]
tests/share/fig6.gv [moved from rtest/share/fig6.gv with 100% similarity]
tests/share/flatedge.gv [moved from rtest/share/flatedge.gv with 100% similarity]
tests/share/fsm.gv [moved from rtest/share/fsm.gv with 100% similarity]
tests/share/grammar.gv [moved from rtest/share/grammar.gv with 100% similarity]
tests/share/hashtable.gv [moved from rtest/share/hashtable.gv with 100% similarity]
tests/share/in.ps [moved from rtest/share/in.ps with 100% similarity]
tests/share/jcctree.gv [moved from rtest/share/jcctree.gv with 100% similarity]
tests/share/jsort.gv [moved from rtest/share/jsort.gv with 100% similarity]
tests/share/labelclust-fbc.gv [moved from rtest/share/labelclust-fbc.gv with 100% similarity]
tests/share/labelclust-fbd.gv [moved from rtest/share/labelclust-fbd.gv with 100% similarity]
tests/share/labelclust-fbl.gv [moved from rtest/share/labelclust-fbl.gv with 100% similarity]
tests/share/labelclust-fbr.gv [moved from rtest/share/labelclust-fbr.gv with 100% similarity]
tests/share/labelclust-fdc.gv [moved from rtest/share/labelclust-fdc.gv with 100% similarity]
tests/share/labelclust-fdd.gv [moved from rtest/share/labelclust-fdd.gv with 100% similarity]
tests/share/labelclust-fdl.gv [moved from rtest/share/labelclust-fdl.gv with 100% similarity]
tests/share/labelclust-fdr.gv [moved from rtest/share/labelclust-fdr.gv with 100% similarity]
tests/share/labelclust-ftc.gv [moved from rtest/share/labelclust-ftc.gv with 100% similarity]
tests/share/labelclust-ftd.gv [moved from rtest/share/labelclust-ftd.gv with 100% similarity]
tests/share/labelclust-ftl.gv [moved from rtest/share/labelclust-ftl.gv with 100% similarity]
tests/share/labelclust-ftr.gv [moved from rtest/share/labelclust-ftr.gv with 100% similarity]
tests/share/labelclust-nbc.gv [moved from rtest/share/labelclust-nbc.gv with 100% similarity]
tests/share/labelclust-nbd.gv [moved from rtest/share/labelclust-nbd.gv with 100% similarity]
tests/share/labelclust-nbl.gv [moved from rtest/share/labelclust-nbl.gv with 100% similarity]
tests/share/labelclust-nbr.gv [moved from rtest/share/labelclust-nbr.gv with 100% similarity]
tests/share/labelclust-ndc.gv [moved from rtest/share/labelclust-ndc.gv with 100% similarity]
tests/share/labelclust-ndd.gv [moved from rtest/share/labelclust-ndd.gv with 100% similarity]
tests/share/labelclust-ndl.gv [moved from rtest/share/labelclust-ndl.gv with 100% similarity]
tests/share/labelclust-ndr.gv [moved from rtest/share/labelclust-ndr.gv with 100% similarity]
tests/share/labelclust-ntc.gv [moved from rtest/share/labelclust-ntc.gv with 100% similarity]
tests/share/labelclust-ntd.gv [moved from rtest/share/labelclust-ntd.gv with 100% similarity]
tests/share/labelclust-ntl.gv [moved from rtest/share/labelclust-ntl.gv with 100% similarity]
tests/share/labelclust-ntr.gv [moved from rtest/share/labelclust-ntr.gv with 100% similarity]
tests/share/labelroot-fbc.gv [moved from rtest/share/labelroot-fbc.gv with 100% similarity]
tests/share/labelroot-fbd.gv [moved from rtest/share/labelroot-fbd.gv with 100% similarity]
tests/share/labelroot-fbl.gv [moved from rtest/share/labelroot-fbl.gv with 100% similarity]
tests/share/labelroot-fbr.gv [moved from rtest/share/labelroot-fbr.gv with 100% similarity]
tests/share/labelroot-fdc.gv [moved from rtest/share/labelroot-fdc.gv with 100% similarity]
tests/share/labelroot-fdd.gv [moved from rtest/share/labelroot-fdd.gv with 100% similarity]
tests/share/labelroot-fdl.gv [moved from rtest/share/labelroot-fdl.gv with 100% similarity]
tests/share/labelroot-fdr.gv [moved from rtest/share/labelroot-fdr.gv with 100% similarity]
tests/share/labelroot-ftc.gv [moved from rtest/share/labelroot-ftc.gv with 100% similarity]
tests/share/labelroot-ftd.gv [moved from rtest/share/labelroot-ftd.gv with 100% similarity]
tests/share/labelroot-ftl.gv [moved from rtest/share/labelroot-ftl.gv with 100% similarity]
tests/share/labelroot-ftr.gv [moved from rtest/share/labelroot-ftr.gv with 100% similarity]
tests/share/labelroot-nbc.gv [moved from rtest/share/labelroot-nbc.gv with 100% similarity]
tests/share/labelroot-nbd.gv [moved from rtest/share/labelroot-nbd.gv with 100% similarity]
tests/share/labelroot-nbl.gv [moved from rtest/share/labelroot-nbl.gv with 100% similarity]
tests/share/labelroot-nbr.gv [moved from rtest/share/labelroot-nbr.gv with 100% similarity]
tests/share/labelroot-ndc.gv [moved from rtest/share/labelroot-ndc.gv with 100% similarity]
tests/share/labelroot-ndd.gv [moved from rtest/share/labelroot-ndd.gv with 100% similarity]
tests/share/labelroot-ndl.gv [moved from rtest/share/labelroot-ndl.gv with 100% similarity]
tests/share/labelroot-ndr.gv [moved from rtest/share/labelroot-ndr.gv with 100% similarity]
tests/share/labelroot-ntc.gv [moved from rtest/share/labelroot-ntc.gv with 100% similarity]
tests/share/labelroot-ntd.gv [moved from rtest/share/labelroot-ntd.gv with 100% similarity]
tests/share/labelroot-ntl.gv [moved from rtest/share/labelroot-ntl.gv with 100% similarity]
tests/share/labelroot-ntr.gv [moved from rtest/share/labelroot-ntr.gv with 100% similarity]
tests/share/layer.ps [moved from rtest/share/layer.ps with 100% similarity]
tests/share/layer2.ps [moved from rtest/share/layer2.ps with 100% similarity]
tests/share/ldbxtried.gv [moved from rtest/share/ldbxtried.gv with 100% similarity]
tests/share/longflat.gv [moved from rtest/share/longflat.gv with 100% similarity]
tests/share/lsunix1.ps [moved from rtest/share/lsunix1.ps with 100% similarity]
tests/share/lsunix2.ps [moved from rtest/share/lsunix2.ps with 100% similarity]
tests/share/lsunix3.ps [moved from rtest/share/lsunix3.ps with 100% similarity]
tests/share/mike.gv [moved from rtest/share/mike.gv with 100% similarity]
tests/share/multi.ps [moved from rtest/share/multi.ps with 100% similarity]
tests/share/newarrows.gif [moved from rtest/share/newarrows.gif with 100% similarity]
tests/share/newarrows.gv [moved from rtest/share/newarrows.gv with 100% similarity]
tests/share/newarrows.ps [moved from rtest/share/newarrows.ps with 100% similarity]
tests/share/ngk10_4.gv [moved from rtest/share/ngk10_4.gv with 100% similarity]
tests/share/ngk10_4.ps [moved from rtest/share/ngk10_4.ps with 100% similarity]
tests/share/nhg.gv [moved from rtest/share/nhg.gv with 100% similarity]
tests/share/p.ps [moved from rtest/share/p.ps with 100% similarity]
tests/share/p2.ps [moved from rtest/share/p2.ps with 100% similarity]
tests/share/p3.ps [moved from rtest/share/p3.ps with 100% similarity]
tests/share/p4.ps [moved from rtest/share/p4.ps with 100% similarity]
tests/share/pgram.gv [moved from rtest/share/pgram.gv with 100% similarity]
tests/share/pm2way.gv [moved from rtest/share/pm2way.gv with 100% similarity]
tests/share/pmpipe.gv [moved from rtest/share/pmpipe.gv with 100% similarity]
tests/share/polypoly.gv [moved from rtest/share/polypoly.gv with 100% similarity]
tests/share/proc3d.gv [moved from rtest/share/proc3d.gv with 100% similarity]
tests/share/process.gv [moved from rtest/share/process.gv with 100% similarity]
tests/share/process.ps [moved from rtest/share/process.ps with 100% similarity]
tests/share/ps.ps [moved from rtest/share/ps.ps with 100% similarity]
tests/share/rd_rules.png [moved from rtest/share/rd_rules.png with 100% similarity]
tests/share/record2.gv [moved from rtest/share/record2.gv with 100% similarity]
tests/share/records.gv [moved from rtest/share/records.gv with 100% similarity]
tests/share/rowe.gv [moved from rtest/share/rowe.gv with 100% similarity]
tests/share/shells.gv [moved from rtest/share/shells.gv with 100% similarity]
tests/share/sq_rules.png [moved from rtest/share/sq_rules.png with 100% similarity]
tests/share/states.gv [moved from rtest/share/states.gv with 100% similarity]
tests/share/structs.gv [moved from rtest/share/structs.gv with 100% similarity]
tests/share/structs.ps [moved from rtest/share/structs.ps with 100% similarity]
tests/share/train11.gv [moved from rtest/share/train11.gv with 100% similarity]
tests/share/trapeziumlr.gv [moved from rtest/share/trapeziumlr.gv with 100% similarity]
tests/share/tree.gv [moved from rtest/share/tree.gv with 100% similarity]
tests/share/triedds.gv [moved from rtest/share/triedds.gv with 100% similarity]
tests/share/try.gv [moved from rtest/share/try.gv with 100% similarity]
tests/share/unix.gv [moved from rtest/share/unix.gv with 100% similarity]
tests/share/unix.ps [moved from rtest/share/unix.ps with 100% similarity]
tests/share/unix2.gv [moved from rtest/share/unix2.gv with 100% similarity]
tests/share/unix2k.gv [moved from rtest/share/unix2k.gv with 100% similarity]
tests/share/viewfile.gv [moved from rtest/share/viewfile.gv with 100% similarity]
tests/share/world.gv [moved from rtest/share/world.gv with 100% similarity]
tests/test_c_utils.py [moved from rtest/test_c_utils.py with 100% similarity]
tests/test_examples.py [moved from rtest/test_examples.py with 100% similarity]
tests/test_misc.py [moved from rtest/test_misc.py with 100% similarity]
tests/test_regression.py [moved from rtest/test_regression.py with 99% similarity]
tests/test_tools.py [moved from rtest/test_tools.py with 100% similarity]
tests/test_vmalloc.py [moved from rtest/test_vmalloc.py with 100% similarity]
tests/tests.txt [moved from rtest/tests.txt with 100% similarity]
tests/tests_subset.txt [moved from rtest/tests_subset.txt with 100% similarity]
tests/usershape.dot [moved from rtest/usershape.dot with 100% similarity]
tests/usershape.svg [moved from rtest/usershape.svg with 100% similarity]
tests/whichcc [moved from rtest/whichcc with 100% similarity]
tests/windows/ER.gv [moved from rtest/windows/ER.gv with 100% similarity]
tests/windows/ER.ps [moved from rtest/windows/ER.ps with 100% similarity]
tests/windows/Heawood.gv [moved from rtest/windows/Heawood.gv with 100% similarity]
tests/windows/Heawood.ps [moved from rtest/windows/Heawood.ps with 100% similarity]
tests/windows/KW91.gv [moved from rtest/windows/KW91.gv with 100% similarity]
tests/windows/Latin1.gv [moved from rtest/windows/Latin1.gv with 100% similarity]
tests/windows/NaN.gv [moved from rtest/windows/NaN.gv with 100% similarity]
tests/windows/Petersen.gv [moved from rtest/windows/Petersen.gv with 100% similarity]
tests/windows/abstract.gv [moved from rtest/windows/abstract.gv with 100% similarity]
tests/windows/alf.gv [moved from rtest/windows/alf.gv with 100% similarity]
tests/windows/b102.gv [moved from rtest/windows/b102.gv with 100% similarity]
tests/windows/b106.gv [moved from rtest/windows/b106.gv with 100% similarity]
tests/windows/b117.ps [moved from rtest/windows/b117.ps with 100% similarity]
tests/windows/b117a.ps [moved from rtest/windows/b117a.ps with 100% similarity]
tests/windows/b124.gv [moved from rtest/windows/b124.gv with 100% similarity]
tests/windows/b135.ps [moved from rtest/windows/b135.ps with 100% similarity]
tests/windows/b145.png [moved from rtest/windows/b145.png with 100% similarity]
tests/windows/b15.png [moved from rtest/windows/b15.png with 100% similarity]
tests/windows/b155.ps [moved from rtest/windows/b155.ps with 100% similarity]
tests/windows/b22.ps [moved from rtest/windows/b22.ps with 100% similarity]
tests/windows/b29.gv [moved from rtest/windows/b29.gv with 100% similarity]
tests/windows/b3.ps [moved from rtest/windows/b3.ps with 100% similarity]
tests/windows/b33.ps [moved from rtest/windows/b33.ps with 100% similarity]
tests/windows/b34.gif [moved from rtest/windows/b34.gif with 100% similarity]
tests/windows/b36.gv [moved from rtest/windows/b36.gv with 100% similarity]
tests/windows/b491.gv [moved from rtest/windows/b491.gv with 100% similarity]
tests/windows/b51.gv [moved from rtest/windows/b51.gv with 100% similarity]
tests/windows/b56.gif [moved from rtest/windows/b56.gif with 100% similarity]
tests/windows/b57.ps [moved from rtest/windows/b57.ps with 100% similarity]
tests/windows/b60.gif [moved from rtest/windows/b60.gif with 100% similarity]
tests/windows/b62.plain [moved from rtest/windows/b62.plain with 100% similarity]
tests/windows/b68.ps [moved from rtest/windows/b68.ps with 100% similarity]
tests/windows/b69.ps [moved from rtest/windows/b69.ps with 100% similarity]
tests/windows/b7.ps [moved from rtest/windows/b7.ps with 100% similarity]
tests/windows/b71.ps [moved from rtest/windows/b71.ps with 100% similarity]
tests/windows/b79.jpg [moved from rtest/windows/b79.jpg with 100% similarity]
tests/windows/b81.svg [moved from rtest/windows/b81.svg with 100% similarity]
tests/windows/b94.gv [moved from rtest/windows/b94.gv with 100% similarity]
tests/windows/big.ps [moved from rtest/windows/big.ps with 100% similarity]
tests/windows/biglabel.ps [moved from rtest/windows/biglabel.ps with 100% similarity]
tests/windows/clust.gv [moved from rtest/windows/clust.gv with 100% similarity]
tests/windows/clust1.gv [moved from rtest/windows/clust1.gv with 100% similarity]
tests/windows/clust2.gv [moved from rtest/windows/clust2.gv with 100% similarity]
tests/windows/clust3.gv [moved from rtest/windows/clust3.gv with 100% similarity]
tests/windows/clust4.gv [moved from rtest/windows/clust4.gv with 100% similarity]
tests/windows/clust5.gv [moved from rtest/windows/clust5.gv with 100% similarity]
tests/windows/crazy.gv [moved from rtest/windows/crazy.gv with 100% similarity]
tests/windows/crazy.ps [moved from rtest/windows/crazy.ps with 100% similarity]
tests/windows/ctext.gv [moved from rtest/windows/ctext.gv with 100% similarity]
tests/windows/dfa.gv [moved from rtest/windows/dfa.gv with 100% similarity]
tests/windows/dpd.ps [moved from rtest/windows/dpd.ps with 100% similarity]
tests/windows/dpd1.ps [moved from rtest/windows/dpd1.ps with 100% similarity]
tests/windows/dpd2.ps [moved from rtest/windows/dpd2.ps with 100% similarity]
tests/windows/dpd3.ps [moved from rtest/windows/dpd3.ps with 100% similarity]
tests/windows/dpd4.ps [moved from rtest/windows/dpd4.ps with 100% similarity]
tests/windows/dpd5.ps [moved from rtest/windows/dpd5.ps with 100% similarity]
tests/windows/fig6.gv [moved from rtest/windows/fig6.gv with 100% similarity]
tests/windows/fsm.gv [moved from rtest/windows/fsm.gv with 100% similarity]
tests/windows/grammar.gv [moved from rtest/windows/grammar.gv with 100% similarity]
tests/windows/hashtable.gv [moved from rtest/windows/hashtable.gv with 100% similarity]
tests/windows/jcctree.gv [moved from rtest/windows/jcctree.gv with 100% similarity]
tests/windows/jsort.gv [moved from rtest/windows/jsort.gv with 100% similarity]
tests/windows/labelclust-fbc.gv [moved from rtest/windows/labelclust-fbc.gv with 100% similarity]
tests/windows/labelclust-fbd.gv [moved from rtest/windows/labelclust-fbd.gv with 100% similarity]
tests/windows/labelclust-fbl.gv [moved from rtest/windows/labelclust-fbl.gv with 100% similarity]
tests/windows/labelclust-fbr.gv [moved from rtest/windows/labelclust-fbr.gv with 100% similarity]
tests/windows/labelclust-fdc.gv [moved from rtest/windows/labelclust-fdc.gv with 100% similarity]
tests/windows/labelclust-fdd.gv [moved from rtest/windows/labelclust-fdd.gv with 100% similarity]
tests/windows/labelclust-fdl.gv [moved from rtest/windows/labelclust-fdl.gv with 100% similarity]
tests/windows/labelclust-fdr.gv [moved from rtest/windows/labelclust-fdr.gv with 100% similarity]
tests/windows/labelclust-ftc.gv [moved from rtest/windows/labelclust-ftc.gv with 100% similarity]
tests/windows/labelclust-ftd.gv [moved from rtest/windows/labelclust-ftd.gv with 100% similarity]
tests/windows/labelclust-ftl.gv [moved from rtest/windows/labelclust-ftl.gv with 100% similarity]
tests/windows/labelclust-ftr.gv [moved from rtest/windows/labelclust-ftr.gv with 100% similarity]
tests/windows/labelclust-nbc.gv [moved from rtest/windows/labelclust-nbc.gv with 100% similarity]
tests/windows/labelclust-nbd.gv [moved from rtest/windows/labelclust-nbd.gv with 100% similarity]
tests/windows/labelclust-nbl.gv [moved from rtest/windows/labelclust-nbl.gv with 100% similarity]
tests/windows/labelclust-nbr.gv [moved from rtest/windows/labelclust-nbr.gv with 100% similarity]
tests/windows/labelclust-ndc.gv [moved from rtest/windows/labelclust-ndc.gv with 100% similarity]
tests/windows/labelclust-ndd.gv [moved from rtest/windows/labelclust-ndd.gv with 100% similarity]
tests/windows/labelclust-ndl.gv [moved from rtest/windows/labelclust-ndl.gv with 100% similarity]
tests/windows/labelclust-ndr.gv [moved from rtest/windows/labelclust-ndr.gv with 100% similarity]
tests/windows/labelclust-ntc.gv [moved from rtest/windows/labelclust-ntc.gv with 100% similarity]
tests/windows/labelclust-ntd.gv [moved from rtest/windows/labelclust-ntd.gv with 100% similarity]
tests/windows/labelclust-ntl.gv [moved from rtest/windows/labelclust-ntl.gv with 100% similarity]
tests/windows/labelclust-ntr.gv [moved from rtest/windows/labelclust-ntr.gv with 100% similarity]
tests/windows/labelroot-fbc.gv [moved from rtest/windows/labelroot-fbc.gv with 100% similarity]
tests/windows/labelroot-fbd.gv [moved from rtest/windows/labelroot-fbd.gv with 100% similarity]
tests/windows/labelroot-fbl.gv [moved from rtest/windows/labelroot-fbl.gv with 100% similarity]
tests/windows/labelroot-fbr.gv [moved from rtest/windows/labelroot-fbr.gv with 100% similarity]
tests/windows/labelroot-fdc.gv [moved from rtest/windows/labelroot-fdc.gv with 100% similarity]
tests/windows/labelroot-fdd.gv [moved from rtest/windows/labelroot-fdd.gv with 100% similarity]
tests/windows/labelroot-fdl.gv [moved from rtest/windows/labelroot-fdl.gv with 100% similarity]
tests/windows/labelroot-fdr.gv [moved from rtest/windows/labelroot-fdr.gv with 100% similarity]
tests/windows/labelroot-ftc.gv [moved from rtest/windows/labelroot-ftc.gv with 100% similarity]
tests/windows/labelroot-ftd.gv [moved from rtest/windows/labelroot-ftd.gv with 100% similarity]
tests/windows/labelroot-ftl.gv [moved from rtest/windows/labelroot-ftl.gv with 100% similarity]
tests/windows/labelroot-ftr.gv [moved from rtest/windows/labelroot-ftr.gv with 100% similarity]
tests/windows/labelroot-nbc.gv [moved from rtest/windows/labelroot-nbc.gv with 100% similarity]
tests/windows/labelroot-nbd.gv [moved from rtest/windows/labelroot-nbd.gv with 100% similarity]
tests/windows/labelroot-nbl.gv [moved from rtest/windows/labelroot-nbl.gv with 100% similarity]
tests/windows/labelroot-nbr.gv [moved from rtest/windows/labelroot-nbr.gv with 100% similarity]
tests/windows/labelroot-ndc.gv [moved from rtest/windows/labelroot-ndc.gv with 100% similarity]
tests/windows/labelroot-ndd.gv [moved from rtest/windows/labelroot-ndd.gv with 100% similarity]
tests/windows/labelroot-ndl.gv [moved from rtest/windows/labelroot-ndl.gv with 100% similarity]
tests/windows/labelroot-ndr.gv [moved from rtest/windows/labelroot-ndr.gv with 100% similarity]
tests/windows/labelroot-ntc.gv [moved from rtest/windows/labelroot-ntc.gv with 100% similarity]
tests/windows/labelroot-ntd.gv [moved from rtest/windows/labelroot-ntd.gv with 100% similarity]
tests/windows/labelroot-ntl.gv [moved from rtest/windows/labelroot-ntl.gv with 100% similarity]
tests/windows/labelroot-ntr.gv [moved from rtest/windows/labelroot-ntr.gv with 100% similarity]
tests/windows/layer.ps [moved from rtest/windows/layer.ps with 100% similarity]
tests/windows/layer2.ps [moved from rtest/windows/layer2.ps with 100% similarity]
tests/windows/ldbxtried.gv [moved from rtest/windows/ldbxtried.gv with 100% similarity]
tests/windows/longflat.gv [moved from rtest/windows/longflat.gv with 100% similarity]
tests/windows/lsunix1.ps [moved from rtest/windows/lsunix1.ps with 100% similarity]
tests/windows/lsunix2.ps [moved from rtest/windows/lsunix2.ps with 100% similarity]
tests/windows/lsunix3.ps [moved from rtest/windows/lsunix3.ps with 100% similarity]
tests/windows/mike.gv [moved from rtest/windows/mike.gv with 100% similarity]
tests/windows/newarrows.gif [moved from rtest/windows/newarrows.gif with 100% similarity]
tests/windows/newarrows.gv [moved from rtest/windows/newarrows.gv with 100% similarity]
tests/windows/newarrows.ps [moved from rtest/windows/newarrows.ps with 100% similarity]
tests/windows/ngk10_4.gv [moved from rtest/windows/ngk10_4.gv with 100% similarity]
tests/windows/ngk10_4.ps [moved from rtest/windows/ngk10_4.ps with 100% similarity]
tests/windows/nhg.gv [moved from rtest/windows/nhg.gv with 100% similarity]
tests/windows/p.ps [moved from rtest/windows/p.ps with 100% similarity]
tests/windows/p2.ps [moved from rtest/windows/p2.ps with 100% similarity]
tests/windows/p3.ps [moved from rtest/windows/p3.ps with 100% similarity]
tests/windows/p4.ps [moved from rtest/windows/p4.ps with 100% similarity]
tests/windows/pgram.gv [moved from rtest/windows/pgram.gv with 100% similarity]
tests/windows/pm2way.gv [moved from rtest/windows/pm2way.gv with 100% similarity]
tests/windows/pmpipe.gv [moved from rtest/windows/pmpipe.gv with 100% similarity]
tests/windows/polypoly.gv [moved from rtest/windows/polypoly.gv with 100% similarity]
tests/windows/proc3d.gv [moved from rtest/windows/proc3d.gv with 100% similarity]
tests/windows/process.gv [moved from rtest/windows/process.gv with 100% similarity]
tests/windows/process.ps [moved from rtest/windows/process.ps with 100% similarity]
tests/windows/record2.gv [moved from rtest/windows/record2.gv with 100% similarity]
tests/windows/records.gv [moved from rtest/windows/records.gv with 100% similarity]
tests/windows/rowe.gv [moved from rtest/windows/rowe.gv with 100% similarity]
tests/windows/shells.gv [moved from rtest/windows/shells.gv with 100% similarity]
tests/windows/states.gv [moved from rtest/windows/states.gv with 100% similarity]
tests/windows/structs.gv [moved from rtest/windows/structs.gv with 100% similarity]
tests/windows/structs.ps [moved from rtest/windows/structs.ps with 100% similarity]
tests/windows/train11.gv [moved from rtest/windows/train11.gv with 100% similarity]
tests/windows/trapeziumlr.gv [moved from rtest/windows/trapeziumlr.gv with 100% similarity]
tests/windows/tree.gv [moved from rtest/windows/tree.gv with 100% similarity]
tests/windows/triedds.gv [moved from rtest/windows/triedds.gv with 100% similarity]
tests/windows/try.gv [moved from rtest/windows/try.gv with 100% similarity]
tests/windows/unix.gv [moved from rtest/windows/unix.gv with 100% similarity]
tests/windows/unix.ps [moved from rtest/windows/unix.ps with 100% similarity]
tests/windows/unix2.gv [moved from rtest/windows/unix2.gv with 100% similarity]
tests/windows/unix2k.gv [moved from rtest/windows/unix2k.gv with 100% similarity]
tests/windows/viewfile.gv [moved from rtest/windows/viewfile.gv with 100% similarity]
tests/windows/world.gv [moved from rtest/windows/world.gv with 100% similarity]
tests/xdot2json.c [moved from rtest/xdot2json.c with 100% similarity]