llvm-toolchain-9/debian/tests/control

17 lines
546 B
Plaintext

Test-Command: bash -v ./debian/qualify-clang.sh
Depends: @, cmake, g++, file, dpkg-dev
# Comment the dbgsym package because of bug #917528
# dbgsym packages not being available in testing
# clang-9-dbgsym, libclang1-9-dbgsym
Restrictions: allow-stderr
Tests: cmake-test
Depends: gcc, build-essential, cmake, llvm-9-dev, libclang-common-9-dev
Test-Command: python3 -c "import lldb; print(lldb.__file__); print(lldb)"
Depends: python3-lldb-9
Test-Command: python3 -c "import clang; print(clang.__file__); print(clang)"
Depends: python3-clang-9