Name Date Size #Lines LOC

..--

MakefileHD10-Jan-2016377 2015

READMEHD10-Jan-2016426 118

legacy_test.shHD10-Jan-2016842 3925

v1-amd64-acct.inHD10-Jan-20161.5 KiB

v1-amd64.outHD10-Jan-20161.9 KiB2928

v1-i386-acct.inHD10-Jan-20161.3 KiB

v1-i386.outHD10-Jan-20161.9 KiB2928

v1-sparc64-acct.inHD10-Jan-20161.5 KiB

v1-sparc64.outHD10-Jan-20161.9 KiB2928

v2-amd64-acct.inHD10-Jan-20162 KiB

v2-amd64.outHD10-Jan-20161.9 KiB2928

v2-i386-acct.inHD10-Jan-20161.8 KiB

v2-i386.outHD10-Jan-20161.9 KiB2928

v2-sparc64-acct.inHD10-Jan-20162.5 KiB

v2-sparc64.outHD10-Jan-20162.4 KiB3736

values.shHD10-Jan-20161.5 KiB8448

README

1$FreeBSD$
2
3To create the files for regression testing do the following.
4
51. Run values.sh for a given architecture and accounting version.
62. Unpack the generated file and rename acct into VERSION-ARCH.acct.
73. Run lastcomm -cuseS -f VERSION-ARCH-acct.in |
8   awk '{$4 = ""; print}' >VERSION-ARCH.out.
94. Compare the reported values in VERSION-ARCH.out against the
10   *.time values found in the file that values.sh generated.
11