| 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".
|