Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Aug 2021 21:54:55 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: aaccfdde3d66 - main - awk: Enable tests again
Message-ID:  <202108022154.172LstGd018936@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

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

commit aaccfdde3d66083af3e239555ba459249733ca08
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-08-02 21:53:26 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-08-02 21:53:26 +0000

    awk: Enable tests again
    
    Since we now pass all 24 of the NetBSD awk tests, re-enable these tests.
    
    Sponsored by:           Netflix
    Differential Revision:  https://reviews.freebsd.org/D31370
---
 usr.bin/awk/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/usr.bin/awk/Makefile b/usr.bin/awk/Makefile
index 89dbf4460f45..28212f75f7d9 100644
--- a/usr.bin/awk/Makefile
+++ b/usr.bin/awk/Makefile
@@ -29,8 +29,7 @@ DEPENDOBJS+= maketab
 build-tools: maketab
 maketab: awkgram.tab.h ${BUILD_TOOLS_META}
 
-# awk needs some work before we can connect these tests to the build
-#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?202108022154.172LstGd018936>