mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
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
e0656a4914
commit
2f2d80f730
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328550
@ -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