git: b98b323813f0 - stable/13 - sort: Hook NetBSD tests up to the build

Mark Johnston markj at FreeBSD.org
Thu May 20 14:10:40 UTC 2021


The branch stable/13 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=b98b323813f0b05bcac913c3ceb3e059fd3c8af9

commit b98b323813f0b05bcac913c3ceb3e059fd3c8af9
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-20 13:15:49 +0000

    sort: Hook NetBSD tests up to the build
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 186ba88a7c1f2bea14eb3fb092671e8367f7187f)
---
 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 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>


More information about the dev-commits-src-all mailing list