From aaccfdde3d66083af3e239555ba459249733ca08 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 2 Aug 2021 15:53:26 -0600 Subject: [PATCH] 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 89dbf4460f4..28212f75f7d 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