Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Makefile | H A D | 15-Jul-2024 | 398 | 16 | 12 | |
Makefile.depend | H A D | 16-Aug-2023 | 164 | 11 | 4 | |
README | H A D | 16-Aug-2023 | 416 | 10 | 7 | |
legacy_test.sh | H A D | 16-Aug-2023 | 834 | 38 | 25 | |
v1-amd64-acct.in | HD | 03-Jun-2014 | 1.5 KiB | |||
v1-amd64.out | H A D | 22-Sep-2023 | 1.9 KiB | 29 | 28 | |
v1-i386-acct.in | HD | 03-Jun-2014 | 1.3 KiB | |||
v1-i386.out | H A D | 22-Sep-2023 | 2 KiB | 29 | 28 | |
v2-amd64-acct.in | HD | 03-Jun-2014 | 2 KiB | |||
v2-amd64.out | H A D | 22-Sep-2023 | 2 KiB | 29 | 28 | |
v2-i386-acct.in | HD | 03-Jun-2014 | 1.8 KiB | |||
v2-i386.out | H A D | 22-Sep-2023 | 2 KiB | 29 | 28 | |
values.sh | H A D | 16-Aug-2023 | 1.5 KiB | 83 | 48 |
README
1 2To create the files for regression testing do the following. 3 41. Run values.sh for a given architecture and accounting version. 52. Unpack the generated file and rename acct into VERSION-ARCH.acct. 63. Run lastcomm -cuseS -f VERSION-ARCH-acct.in | 7 awk '{$4 = ""; print}' >VERSION-ARCH.out. 84. Compare the reported values in VERSION-ARCH.out against the 9 *.time values found in the file that values.sh generated. 10