OpenGrok
Cross Reference: comment.mk
xref
: /
src
/
usr.bin
/
make
/
unit-tests
/
comment.mk
Home
|
History
|
Annotate
|
Download
|
only in
unit-tests
History log of
/src/usr.bin/make/unit-tests/comment.mk
Revision
Date
Author
Comments
1.7
23-Apr-2024
rillig
make: clean up comments, code and tests
1.6
19-Nov-2023
rillig
tests/make: replace 'variable expression' with 'expression'
Each expression is based on a variable, there's no need for the
verbosity. The wording in make's diagnostics will be changed in a
follow-up commit.
1.5
08-May-2022
rillig
tests/make: migrate cond1 test to other, more specific tests
The tests in cond1 were a mixture of "everything related to conditions",
and the test cases were heavily dependent on each other, which made them
hard to understand. Move each test case to its corresponding
special-purpose test.
1.4
23-Jan-2022
rillig
tests/make: migrate modts to varmod-to-separator and explain
1.3
15-Nov-2020
rillig
make(1): clean up some tests
Fix some mistakes in comments.
Improve some comments to be easier understandable.
Inline variables that are irrelevant for the test at hand (RUN,
MAKE_CMD).
Remove references to functions and constants that have since been removed
or renamed.
1.2
07-Sep-2020
rillig
make(1): extend and explain the test for comments
1.1
21-Aug-2014
apb
Give each group of tests its own output file.
* Rename each sub-makefile to *.mk;
* Add a *.exp file of expected output for each sub-makefile;
* Remove test.exp, which is replaced by all the other *.exp files.
* Use suffix rules to generate *.rawout and *.out files for
each test case.
* Rewrite the test and accept targets to adapt to the new way.
The old (now removed) test.exp file is almost identical to the
concatenation (in the correct order) of all the new *.exp files. There
are expected differences in makefile names embedded in the output, and
the new "exit status" lines. Some old "*** Error code 1 (ignored)"
lines are also removed (replaced by new "exit status 1" lines).
Indexes created Mon Oct 27 20:09:55 GMT 2025