summaryrefslogtreecommitdiffstats
path: root/tests/sys/kern/acct/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC r291331:bdrewery2015-12-041-0/+1
| | | | Avoid requiring 'make depend' here.
* MFC r291180:ngie2015-12-041-2/+3
| | | | | | | | | | Fix up convert.c generation - Use a temporary file for convert.c to reduce likelihood of an interrupted build resulting in bad code being written to convert.c - Truncate the file instead of appending to it to ensure that the file being touched will not result in duplicate declarations/definitions from kern_acct.c if/when kern_acct.c changes.
* Fix bad MFC (r291173)rodrigc2015-12-031-1/+1
| | | | | | Replace SRCTOP with the relevant path via .CURDIR Reviewed by: bdrewery
* MFC r290905,r290922:ngie2015-11-231-0/+17
r290905: Integrate acct(2) testcase in as tests/sys/kern/acct/acct_test The :encode_tv_random_million testcase fails the epsilon tests a few thousand times out of one million, so expect the testcase to fail Submitted by: keramida Sponsored by: EMC / Isilon Storage Division r290922: Remove directory made obsolete by r290905 X-MFC note: stable/10 only Sponsored by: EMC / Isilon Storage Division
OpenPOWER on IntegriCloud