git: 186ba88a7c1f - main - sort: Hook NetBSD tests up to the build
Mark Johnston
markj at FreeBSD.org
Thu May 13 13:35:21 UTC 2021
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=186ba88a7c1f2bea14eb3fb092671e8367f7187f
commit 186ba88a7c1f2bea14eb3fb092671e8367f7187f
Author: Mark Johnston <markj at FreeBSD.org>
AuthorDate: 2021-05-13 12:57:26 +0000
Commit: Mark Johnston <markj at FreeBSD.org>
CommitDate: 2021-05-13 13:34:01 +0000
sort: Hook NetBSD tests up to the build
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
---
etc/mtree/BSD.tests.dist | 2 ++
usr.bin/sort/Makefile | 4 ++--
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>
More information about the dev-commits-src-main
mailing list