OpenGrok
Cross Reference: dep-wildcards.exp
xref
: /
src
/
usr.bin
/
make
/
unit-tests
/
dep-wildcards.exp
Home
|
History
|
Annotate
|
Download
|
only in
unit-tests
History log of
/src/usr.bin/make/unit-tests/dep-wildcards.exp
Revision
Date
Author
Comments
1.7
19-Jan-2022
rillig
tests/make: demonstrate wrong location in diagnostic (since 2018-12-22)
When a target has multiple places where commands are defined, the
diagnostics mixed up the filename in some cases.
1.6
14-Dec-2021
rillig
make: remove unreachable code for parsing the dependency operator
At the point where ParseDependencyOp is called, cp is guaranteed to
point to either ':' or '!'.
No functional change.
1.5
23-Oct-2020
rillig
make(1): add test for dependencies of the form '%.o: %.c'
1.4
23-Oct-2020
rillig
make(1): add test for the '::' dependency operator
1.3
25-Sep-2020
rillig
make(1): add test for harmless bug in Parse_File
When there is a dependency group at the end of a top-level makefile,
this dependency group is not finished properly. This allows to add
further commands to the targets of this dependency group, which was not
intended.
1.2
08-Sep-2020
rillig
make(1): add test for wildcards in dependency declarations
1.1
16-Aug-2020
rillig
make(1): add dummies for fine-grained tests, one per single feature
The test names have been derived from the current manual page.
All these tests are dummies right now, and the code from the existing
tests will be moved into the new tests step by step.
This is done to prevent modmisc, escape, varmod-edge and varmisc from
growing without any bounds, and to reduce the side-effects of one test
to the others.
Indexes created Thu Oct 23 22:10:10 GMT 2025