tests/lint: fix resolving of wildcards in builds from other directories
This commit is contained in:
parent
b703c4f4c2
commit
d81c1a19b2
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.137 2023/02/05 12:36:56 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.138 2023/02/05 15:11:19 rillig Exp $
|
||||
|
||||
NOMAN= # defined
|
||||
|
||||
|
@ -17,7 +17,7 @@ archsubdir.sh:
|
|||
@echo archsubdir=${ARCHSUBDIR} >${.TARGET}
|
||||
|
||||
FILESDIR= ${TESTSDIR}
|
||||
FILES+= ${:!echo *.c!}
|
||||
FILES+= ${:!cd ${FILESDIR} && echo *.c!}
|
||||
FILES+= check-expect.lua
|
||||
|
||||
# Note: only works for adding tests.
|
||||
|
|
Loading…
Reference in New Issue