1169854Sdds$FreeBSD$
2169854Sdds
3169854SddsTo create the files for regression testing do the following.
4169854Sdds
5169854Sdds1. Run values.sh for a given architecture and accounting version.
6169854Sdds2. Unpack the generated file and rename acct into VERSION-ARCH.acct.
7169927Sdds3. Run lastcomm -cuseS -f VERSION-ARCH-acct.in |
8169927Sdds   awk '{$4 = ""; print}' >VERSION-ARCH.out.
9169854Sdds4. Compare the reported values in VERSION-ARCH.out against the
10169854Sdds   *.time values found in the file that values.sh generated.
11