15 lines
281 B
Plaintext
15 lines
281 B
Plaintext
|
execute:
|
||
|
how: tmt
|
||
|
discover:
|
||
|
how: shell
|
||
|
dist-git-source: true
|
||
|
tests:
|
||
|
- name: bundled tests
|
||
|
require:
|
||
|
- python3.12-pycparser
|
||
|
- gcc
|
||
|
test: |
|
||
|
cd $(dirname $TMT_SOURCE_DIR/pycparser-*/tests) &&
|
||
|
rm -rf pycparser &&
|
||
|
python3.12 tests/all_tests.py
|