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
This commit is contained in:
Warner Losh 2021-08-02 15:53:26 -06:00
parent d00131e154
commit aaccfdde3d

View File

@ -29,8 +29,7 @@ DEPENDOBJS+= maketab
build-tools: maketab build-tools: maketab
maketab: awkgram.tab.h ${BUILD_TOOLS_META} maketab: awkgram.tab.h ${BUILD_TOOLS_META}
# awk needs some work before we can connect these tests to the build HAS_TESTS=
#HAS_TESTS= SUBDIR.${MK_TESTS}+= tests
#SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk> .include <bsd.prog.mk>