summaryrefslogtreecommitdiffstats
path: root/bin/chmod/tests/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-07-18 16:03:39 +0000
committerngie <ngie@FreeBSD.org>2017-07-18 16:03:39 +0000
commit0ed8ca06f5571589a3f381aa3d576141c2d89d51 (patch)
tree4077ce9b6ac6fc8fe79ac9a3acee50f285d3988f /bin/chmod/tests/Makefile
parent8a615fa07b5579ef6ae0cf3bd5d422c516867700 (diff)
downloadFreeBSD-src-0ed8ca06f5571589a3f381aa3d576141c2d89d51.zip
FreeBSD-src-0ed8ca06f5571589a3f381aa3d576141c2d89d51.tar.gz
MFC r303212,r319642,r319830:
r303212 (by bdrewery): Move chown tests to proper path r319642: Add some basic tests for chmod(1) r319830: Add more simple positive tests for chown(1) The tests are largely symmetric with the tests for chmod(1)--added in r319642. Remove chown-f_test (added in r268030) since the test coverage is now being provided by `chown_test`.
Diffstat (limited to 'bin/chmod/tests/Makefile')
-rw-r--r--bin/chmod/tests/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/chmod/tests/Makefile b/bin/chmod/tests/Makefile
new file mode 100644
index 0000000..1cf107f
--- /dev/null
+++ b/bin/chmod/tests/Makefile
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+ATF_TESTS_SH+= chmod_test
+
+.include <bsd.test.mk>
OpenPOWER on IntegriCloud