Home | History | Annotate | Download | only in unit-tests
History log of /src/usr.bin/make/unit-tests/suff-transform-endless.mk
RevisionDateAuthorComments
 1.4  23-Nov-2020  rillig make(1): fix endless loop when resolving circular suffix rules
 1.3  23-Nov-2020  rillig make(1): add debug logging for suffix tests
 1.2  22-Nov-2020  rillig make(1): fix confusing command output in test suff-transform-endless
 1.1  20-Oct-2020  rillig make(1): split test suffixes.mk into simpler, isolated tests

The code in suff.c is already hard to understand, and so were the tests
in suffixes.mk since several independent topics were merged into a
single test.

Splitting this test into a separate test per issue allows to document
the expected and actual behavior in more detail. That's complicated
enough already.

PR bin/49086

RSS XML Feed