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:
parent
8fbee4f85b
commit
f3370b7c78
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user