Home | History | Annotate | Download | only in unit-tests
History log of /src/usr.bin/make/unit-tests/varname-dot-makeflags.mk
RevisionDateAuthorComments
 1.11  20-May-2025  sjg Revert export of MAKEFLAGS from Cmd_Exec

Until we work out what the issue is.
Revert related unit-test changes as well
 1.10  18-May-2025  rillig tests/make: test exporting of MAKEFLAGS in compat and parallel mode
 1.9  18-May-2025  sjg make: Cmd_Exec call Main_ExportMAKEFLAGS

export MAKEFLAGS the fist time Cmd_Exec is called.
This allows ${.MAKE} run via x!= to see them.

Remove test case from varname-dot-makeflags that checked
this does not happen.

Reviewed by: christos
 1.8  01-Jun-2023  rillig tests/make: force line-based diagnostics to be listed in the tests

This way, contradictions between the intended output and the actual
output are closer together and have a better chance of being spotted.
 1.7  25-Feb-2023  rillig tests/make: clean up tests for MAKEFLAGS and related variables
 1.6  25-Feb-2023  rillig tests/make: move tests for MAKRFLAGS to the correct file

I had accidentally added these tests to the file for the special
variable '.MAKEFLAGS' instead of the file for the environment variable
'MAKEFLAGS'. While here, add a basic test that shows how 'MAKEFLAGS' is
built from '.MAKEFLAGS' and '.MAKEOVERRIDES'.
 1.5  25-Feb-2023  rillig tests/make: test that MAKEFLAGS is an environment variable
 1.4  25-Feb-2023  rillig tests/make: fix explanation for '$' in MAKEFLAGS

My previous interpretation was completely wrong.
 1.3  25-Feb-2023  rillig tests/make: activate all tests for MAKEFLAGS
 1.2  25-Feb-2023  rillig tests/make: reproduce and explain '$' in MAKEFLAGS

https://mail-index.netbsd.org/current-users/2023/02/24/msg043633.html
 1.1  01-Dec-2020  rillig make(1): add test for the special .MAKEFLAGS variable

RSS XML Feed