summaryrefslogtreecommitdiffstats
path: root/bin/ls/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-06-14 20:52:52 +0000
committerngie <ngie@FreeBSD.org>2015-06-14 20:52:52 +0000
commit14dcd7ffef23589baa6905f414d826ae63b20fcb (patch)
treebc7a2143d9af3ae7bde9f09fae34c608bec0eb2b /bin/ls/Makefile
parent862ab3b5dfc45c985ec58713f934671e2214d414 (diff)
downloadFreeBSD-src-14dcd7ffef23589baa6905f414d826ae63b20fcb.zip
FreeBSD-src-14dcd7ffef23589baa6905f414d826ae63b20fcb.tar.gz
Start adding tests for bin/ls
Diffstat (limited to 'bin/ls/Makefile')
-rw-r--r--bin/ls/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/ls/Makefile b/bin/ls/Makefile
index 3349b7a..84df0ef 100644
--- a/bin/ls/Makefile
+++ b/bin/ls/Makefile
@@ -13,4 +13,8 @@ CFLAGS+= -DCOLORLS
LIBADD+= termcapw xo
.endif
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud