Add make as a requirement to all tests
This commit is contained in:
parent
4da7869567
commit
9028f52643
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue