Module Name: src Committed By: rillig Date: Sun Feb 5 16:11:56 UTC 2023
Modified Files: src/tests/usr.bin/xlint/lint1: Makefile Log Message: tests/lint1: the redundantly listed files contained .exp-ln as well To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139 src/tests/usr.bin/xlint/lint1/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/usr.bin/xlint/lint1/Makefile diff -u src/tests/usr.bin/xlint/lint1/Makefile:1.138 src/tests/usr.bin/xlint/lint1/Makefile:1.139 --- src/tests/usr.bin/xlint/lint1/Makefile:1.138 Sun Feb 5 15:11:19 2023 +++ src/tests/usr.bin/xlint/lint1/Makefile Sun Feb 5 16:11:56 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.138 2023/02/05 15:11:19 rillig Exp $ +# $NetBSD: Makefile,v 1.139 2023/02/05 16:11:56 rillig Exp $ NOMAN= # defined @@ -17,7 +17,7 @@ archsubdir.sh: @echo archsubdir=${ARCHSUBDIR} >${.TARGET} FILESDIR= ${TESTSDIR} -FILES+= ${:!cd ${FILESDIR} && echo *.c!} +FILES+= ${:!cd ${FILESDIR} && echo *.c *.exp-ln!} FILES+= check-expect.lua # Note: only works for adding tests.