Replace whole repo with latest content from branch rhel-8.8.0

Content corresponds with RHEL dist-git commit 73e97c8
This commit is contained in:
Honza Horak 2023-05-15 16:42:42 +02:00
parent 6316de0c6d
commit 3847cd92a7
2 changed files with 18 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

17
plan.fmf Normal file
View File

@ -0,0 +1,17 @@
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