python3.14-pycparser/plan.fmf
Lukáš Zachar b523456450 Add gating
2025-11-28 11:09:38 +01:00

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