Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 May 2021 14:10:39 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: b98b323813f0 - stable/13 - sort: Hook NetBSD tests up to the build
Message-ID:  <202105201410.14KEAdcN038987@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by markj:

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

commit b98b323813f0b05bcac913c3ceb3e059fd3c8af9
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2021-05-13 12:57:26 +0000
Commit:     Mark Johnston <markj@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105201410.14KEAdcN038987>