Add missing dependency for new test

This commit is contained in:
Gianfranco Costamagna 2023-11-30 22:09:44 +01:00
parent 70032f71d7
commit 81ad460681

View File

@ -15,7 +15,7 @@ Tests: cmake-llvm-test
Depends: gcc, build-essential, cmake, llvm-17-dev
Tests: cmake-clang-test
Depends: gcc, build-essential, cmake, clang-17
Depends: gcc, build-essential, cmake, llvm-17-dev, clang-17, libclang-17-dev
Test-Command: python3 -c "import lldb; print(lldb.__file__); print(lldb)"
Depends: python3-lldb-17