tests/python-embedded-interpreter now only does a sanity test on lldb, plus checks that lldb rpm mas the correct dependency on python3-lldb std::vector test moved to tests/lldb-std-vector-prettyprint.
25 lines
664 B
Plaintext
25 lines
664 B
Plaintext
summary: "Test lldb embedded interpreter (rhbz#1567262)"
|
|
description: "Ensure that lldb depends on python3-lldb"
|
|
test: "$WITH_SCL ./test.sh"
|
|
require:
|
|
- gcc-c++
|
|
adjust:
|
|
# Common requirements when LLVM is not SCL-ized
|
|
- require+:
|
|
- lldb
|
|
environment+:
|
|
LLDB_PACKAGE: lldb
|
|
when: "collection is not defined"
|
|
|
|
# Requirements for SCL-ized LLVM
|
|
- require+:
|
|
- llvm-toolset-13.0-lldb
|
|
environment+:
|
|
LLDB_PACKAGE: llvm-toolset-13.0-lldb
|
|
when: "collection == llvm-toolset-13.0"
|
|
- require+:
|
|
- llvm-toolset-14.0-lldb
|
|
environment+:
|
|
LLDB_PACKAGE: llvm-toolset-14.0-lldb
|
|
when: "collection == llvm-toolset-14.0"
|