mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 16:01:18 +01:00
Changing between branches in git typically leaves directories empty and does not remove them. If you have different unittests in different branches this leads to an error in building them, since the current configuration expects a Makefile in all `tests-*` directory. This change configures Make to search for a Makefile in `tests-*` rather than just assuming that there is one.