Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   rillig
Date:           Sun Apr  4 13:20:52 UTC 2021

Modified Files:
        src/distrib/sets/lists/tests: mi
        src/usr.bin/make/unit-tests: Makefile varmod-loop.exp varmod-loop.mk
Added Files:
        src/usr.bin/make/unit-tests: varmod-loop-varname.exp
            varmod-loop-varname.mk varmod-loop-varname.out
            varmod-loop-varname.rawout varmod-loop-varname.status

Log Message:
tests/make: split test for modifier ':@' into separate files

The file varmod-loop.mk has grown too large to be single-purpose, plus
it combined parse-time and run-time tests.  This has the downside that
as soon as a parse-time test results in an error, the run-time tests are
not run anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.1035 -r1.1036 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.274 -r1.275 src/usr.bin/make/unit-tests/Makefile
cvs rdiff -u -r0 -r1.1 src/usr.bin/make/unit-tests/varmod-loop-varname.exp \
    src/usr.bin/make/unit-tests/varmod-loop-varname.mk \
    src/usr.bin/make/unit-tests/varmod-loop-varname.out \
    src/usr.bin/make/unit-tests/varmod-loop-varname.rawout \
    src/usr.bin/make/unit-tests/varmod-loop-varname.status
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/make/unit-tests/varmod-loop.exp
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/make/unit-tests/varmod-loop.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index