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-20 13:15:49 +0000
commitb98b323813f0b05bcac913c3ceb3e059fd3c8af9 (patch)
treef72f57f0bc4b1376082a1018029db6e62a8ddb1c
parentf2f241349486ee2a003f7c8a23c4f15e78e29a1d (diff)
downloadsrc-b98b323813f0b05bcac913c3ceb3e059fd3c8af9.tar.gz
src-b98b323813f0b05bcac913c3ceb3e059fd3c8af9.zip
sort: Hook NetBSD tests up to the build
Sponsored by: The FreeBSD Foundation (cherry picked from commit 186ba88a7c1f2bea14eb3fb092671e8367f7187f)
-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 3d50a1943ce4..a38e6ce04b84 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>