aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2021-05-13 12:57:26 +0000
committerMark Johnston <markj@FreeBSD.org>2021-05-13 13:34:01 +0000
commit186ba88a7c1f2bea14eb3fb092671e8367f7187f (patch)
treebb44cb9b08a0490bd918e4b5063ef3ba7b00eac4
parentf9e565abca9b5880fe3203ba67c90eaf3e906e95 (diff)
sort: Hook NetBSD tests up to the build
MFC after: 1 week Sponsored by: The FreeBSD Foundation
-rw-r--r--etc/mtree/BSD.tests.dist2
-rw-r--r--usr.bin/sort/Makefile4
2 files changed, 4 insertions, 2 deletions
diff --git a/etc/mtree/BSD.tests.dist b/etc/mtree/BSD.tests.dist
index 51cc6f8a2871..1dc756aecbc5 100644
--- a/etc/mtree/BSD.tests.dist
+++ b/etc/mtree/BSD.tests.dist
@@ -1056,6 +1056,8 @@
..
soelim
..
+ sort
+ ..
stat
..
tail
diff --git a/usr.bin/sort/Makefile b/usr.bin/sort/Makefile
index 41feec2bdee0..d38e036b90c0 100644
--- a/usr.bin/sort/Makefile
+++ b/usr.bin/sort/Makefile
@@ -32,7 +32,7 @@ CFLAGS+= -DWITHOUT_NLS
MAN_SUB+= -e 's|%%NLS%%|\.\\"|g'
.endif
-#HAS_TESTS=
-#SUBDIR.${MK_TESTS}+= tests
+HAS_TESTS=
+SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>