From 9028f52643c8ae6be5720b36200cce3c978849bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Prchl=C3=ADk?= Date: Thu, 11 Jan 2024 20:39:54 +0100 Subject: [PATCH] Add make as a requirement to all tests --- tests/main.fmf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/main.fmf b/tests/main.fmf index 5be23e8..61e8585 100644 --- a/tests/main.fmf +++ b/tests/main.fmf @@ -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"