Home | History | Annotate | Download | only in unit-tests
History log of /src/usr.bin/make/unit-tests/suff-lookup.mk
RevisionDateAuthorComments
 1.2  24-Oct-2020  rillig make(1): extend test suff-lookup.mk

This test ensures that FindSuffByName behaves correctly.

In order to convert some char pointers to const char pointers, there
needs to be FindSuffByNameLen, and to make sure that this function
actually uses the given length, this test has the suffixes ".sho" and
".short". Without the proper string comparison in FindSuffByNameLen,
the suffix ".short" might be found when searching for ".sho".
 1.1  24-Oct-2020  rillig make(1): add test for looking up suffixes

RSS XML Feed