freebsd-dev/usr.bin/renice/tests/Makefile
Olivier Cochard c8b6939dfa 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
2022-09-30 00:28:19 +02:00

5 lines
99 B
Makefile

ATF_TESTS_SH+= renice_test
TEST_METADATA.renice_test+= is_exclusive="true"
.include <bsd.test.mk>