Add make as a requirement to all tests

This commit is contained in:
Miloš Prchlík 2024-01-11 20:39:54 +01:00
commit 9028f52643

View file

@ -36,6 +36,9 @@ require+:
pattern:
- lib.sh
# Make is required so often that it's just easier to add it to all tests...
- make
# Adjust rules
adjust+:
- because: "/tmp is not big enough to hold tmpdir for tests"