Add two new python tests

This commit is contained in:
Gianfranco Costamagna 2020-01-23 10:08:45 +01:00
parent adb537ded6
commit 56f77a700c
2 changed files with 12 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
llvm-toolchain-9 (1:9.0.1-8) UNRELEASED; urgency=medium
* Add two new python autopkgtests to avoid regressions in the future
-- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 23 Jan 2020 10:08:27 +0100
llvm-toolchain-9 (1:9.0.1-7) unstable; urgency=medium
* Add dependency on libclang-cpp-9 from llvm-9-dev (Closes: #946761)

View File

@ -8,3 +8,9 @@ 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