python3.11-ply/plan.fmf
Honza Horak 3847cd92a7 Replace whole repo with latest content from branch rhel-8.8.0
Content corresponds with RHEL dist-git commit 73e97c8
2023-05-15 16:42:42 +02:00

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