From 4cce509493d67e30bdbc6af090feeb27302f5456 Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: May 19 2022 15:20:31 +0000 Subject: tests: llvm-test-suite: Add missing ninja-build requirement --- diff --git a/tests/llvm-test-suite/main.fmf b/tests/llvm-test-suite/main.fmf index 5587061..7d61dfb 100644 --- a/tests/llvm-test-suite/main.fmf +++ b/tests/llvm-test-suite/main.fmf @@ -13,5 +13,6 @@ test: "$WITH_SCL ./test.sh" require: - git - clang + - ninja-build - llvm-test-suite duration: 1h