253aaa13c2
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.
10 lines
123 B
Makefile
10 lines
123 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/bin/chown
|
|
|
|
TAP_TESTS_SH= chown-f_test
|
|
|
|
.include <bsd.test.mk>
|