awk(1): Don't install tests at all

Tests were disconnected so that running `make check` in usr.bin/awk did not
have any effect, but CI runs use installed tests. Fully disconnect tests/
from the build for the time being as a short term solutio

Reported by:	lwhsu
This commit is contained in:
Kyle Evans 2018-01-29 14:15:44 +00:00
parent e0656a4914
commit 2f2d80f730
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328550

View File

@ -32,6 +32,6 @@ maketab: ytab.h maketab.c ${BUILD_TOOLS_META}
# awk needs some work before we can connect these tests to the build
#HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
#SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>