git: aaccfdde3d66 - main - awk: Enable tests again

Warner Losh imp at FreeBSD.org
Mon Aug 2 21:54:56 UTC 2021


The branch main has been updated by imp:

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

commit aaccfdde3d66083af3e239555ba459249733ca08
Author:     Warner Losh <imp at FreeBSD.org>
AuthorDate: 2021-08-02 21:53:26 +0000
Commit:     Warner Losh <imp at 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>


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