• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..15-Jan-2019-

02types.data.inH A D14-Dec-20182.3 KiB7978

03scalar.data.inH A D14-Dec-20181.1 KiB4443

04array.data.inH A D14-Dec-20183 KiB9089

04complex.data.inH A D14-Dec-2018171 65

05regexp.data.inH A D14-Dec-2018554 2019

06hash.data.inH A D14-Dec-20183.2 KiB9190

07globs.data.inH A D14-Dec-2018764 2827

08object.data.inH A D14-Dec-20187.3 KiB229228

09element.data.inH A D14-Dec-2018796 2928

10color.data.inH A D14-Dec-20182.5 KiB7473

11add.data.inH A D14-Dec-2018640 2423

12depth.data.inH A D14-Dec-2018483 1716

READMEH A D14-Dec-2018840 2016

build_testH A D14-Dec-20186.5 KiB22284

make_all.plH A D14-Dec-2018270 1710

README

1These files are used to build the test scripts. They
2actually exercise GraphViz::Data:Structure with the
3tests that the scripts in t/ will run, optionally sending the
4output to dotty so it can be checked visually, and rewriting the
5test programs in the t/ directory.
6
7If you add new features or change old ones, it is
8highly recommended that you run through all of these files
9again to visually verify that the output looks the way
10you want.
11
12make_all.pl is provided to do a quick rebuild of all the tests
13witout running dotty. You *should* retry all the appropriate
14tests (via perl build_test testname) to verify that the output
15is visually OK when you make a change to the output routines.
16
17REMEMBER: there's an 01basic.t test in t/ which isn't related
18to these tests at all! It's just a basic functionality test.
19Don't override it!
20