mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 15:35:10 -04:00
Add a test for the chown utility. This sets up chown(8) to be capable of being tested. As such, only add one test for now as an example.
9 lines
123 B
Makefile
9 lines
123 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/bin/chown
|
|
|
|
TAP_TESTS_SH= chown-f_test
|
|
|
|
.include <bsd.test.mk>
|