History log of /freebsd-current/usr.bin/renice/tests/Makefile
Revision Date Author Comments
# c8b6939d 29-Sep-2022 Olivier Cochard <olivier@FreeBSD.org>

renice: Prevent running regression tests in parallel

renice_abs_user and renice_rel_user tests modify global state, so they
are not compatible with parallel execution.

Reviewed by: asomers
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D36720


# 7ccdad90 25-Aug-2022 Dag-Erling Smørgrav <des@FreeBSD.org>

renice: add unit tests.

Sponsored by: Klara, Inc.