aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/awk/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2021-08-02 21:53:26 +0000
committerWarner Losh <imp@FreeBSD.org>2021-08-02 21:53:26 +0000
commitaaccfdde3d66083af3e239555ba459249733ca08 (patch)
treefefe8c965349ca3b492a3816be08f003f03d4022 /usr.bin/awk/Makefile
parentd00131e154d9d847121292fe67cedcd5ac19d60e (diff)
downloadsrc-aaccfdde3d66083af3e239555ba459249733ca08.tar.gz
src-aaccfdde3d66083af3e239555ba459249733ca08.zip
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
Diffstat (limited to 'usr.bin/awk/Makefile')
-rw-r--r--usr.bin/awk/Makefile5
1 files 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>