mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-21 04:29:34 +00:00
Add two new python tests
This commit is contained in:
parent
adb537ded6
commit
56f77a700c
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
llvm-toolchain-9 (1:9.0.1-7) unstable; urgency=medium
|
||||||
|
|
||||||
* Add dependency on libclang-cpp-9 from llvm-9-dev (Closes: #946761)
|
* Add dependency on libclang-cpp-9 from llvm-9-dev (Closes: #946761)
|
||||||
|
6
debian/tests/control
vendored
6
debian/tests/control
vendored
@ -8,3 +8,9 @@ Restrictions: allow-stderr
|
|||||||
|
|
||||||
Tests: cmake-test
|
Tests: cmake-test
|
||||||
Depends: gcc, build-essential, cmake, llvm-9-dev, libclang-common-9-dev
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user