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 Aug 16 20:03:53 UTC 2020

Modified Files:
        src/distrib/sets/lists/tests: mi
        src/usr.bin/make/unit-tests: Makefile modmatch.exp modmatch.mk
            varmod-match.exp varmod-match.mk
Added Files:
        src/usr.bin/make/unit-tests: varmod-match-escape.exp
            varmod-match-escape.mk

Log Message:
make(1): move tests for the :M modifier into separate files

The test for the different escaping has been adjusted to actually show
the different parsing results in the test output.  To do this, it had to
get its own file since it needs the -dv debug flag and specialized
post-processing.


To generate a diff of this commit:
cvs rdiff -u -r1.890 -r1.891 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.98 -r1.99 src/usr.bin/make/unit-tests/Makefile
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/modmatch.exp
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/make/unit-tests/modmatch.mk
cvs rdiff -u -r0 -r1.1 src/usr.bin/make/unit-tests/varmod-match-escape.exp \
    src/usr.bin/make/unit-tests/varmod-match-escape.mk
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/varmod-match.exp
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/varmod-match.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