Fix cmake-imported-targets-llvm test for compat packages

We should be looking for clangNN-devel-dependencies.txt instead
of clang-devel-dependencies.txt in that case.
This commit is contained in:
Nikita Popov 2025-03-06 14:14:54 +01:00
commit 7dfda355f9

View file

@ -40,7 +40,7 @@ rlJournalStart
# llvm-devel must be a dependency of clang-devel, as ClangConfig.cmake
# depends on LLVMConfig.cmake.
rlAssertGrep "$LLVM_DEVEL" "${tmp_dir}/clang-devel-dependencies.txt"
rlAssertGrep "$LLVM_DEVEL" "${tmp_dir}/${CLANG_DEVEL}-dependencies.txt"
# For each imported target file, check who provides it and if the provider
# is in the dependency list (or is the package itself).