python3.11-ply/plan.fmf

18 lines
346 B
Plaintext

execute:
how: tmt
discover:
how: shell
dist-git-source: true
tests:
- name: bundled tests
require:
- python3.11-ply
- python3.11-six
test: |
cd $(dirname $TMT_SOURCE_DIR/ply-*/test) &&
rm -rf ply* &&
cd test &&
python3.11 testlex.py &&
python3.11 testyacc.py &&
python3.11 testcpp.py