20 lines
389 B
Plaintext
20 lines
389 B
Plaintext
execute:
|
|
how: tmt
|
|
|
|
discover:
|
|
how: shell
|
|
dist-git-source: true
|
|
# we need this in rpmbuild phase, which is before requires are installed
|
|
dist-git-require:
|
|
- python3.14
|
|
tests:
|
|
- name: bundled tests
|
|
require:
|
|
- python3.14-pycparser
|
|
- gcc
|
|
test: |
|
|
cd $(dirname $TMT_SOURCE_DIR/pycparser-*/tests) &&
|
|
rm -rf pycparser &&
|
|
python3.14 -m unittest -v
|
|
|